module STAN

Constants

DEFAULT_ACKS_SUBJECT

Subject namespaces for clients to ack and connect

DEFAULT_ACK_WAIT

Ack timeout in seconds

DEFAULT_CONNECT_TIMEOUT

Connect timeout in seconds

DEFAULT_DISCOVER_SUBJECT
DEFAULT_MAX_INFLIGHT

Max number of inflight acks from received messages

DEFAULT_MAX_PUB_ACKS_INFLIGHT

Max number of inflight pub acks

Msg
VERSION

Public Class Methods

create_guid() click to toggle source
# File lib/stan/client.rb, line 585
def create_guid
  SecureRandom.hex(11)
end
create_inbox() click to toggle source
# File lib/stan/client.rb, line 589
def create_inbox
  SecureRandom.hex(13)
end