Method: Beetle::Configuration#publishing_timeout

Defined in:
lib/beetle/configuration.rb

#publishing_timeoutObject

the socket timeout in seconds for message publishing (defaults to 0). consider this a highly experimental feature for now.



126
127
128
# File 'lib/beetle/configuration.rb', line 126

def publishing_timeout
  @publishing_timeout
end