AnyEvent-Stomper
view release on metacpan or search on metacpan
93949596979899100101102103104105106107108109110111112113-
port
=>
$port
Server port (
default
: 61613)
-
login
=>
$login
The user identifier used to authenticate against a secured STOMP server.
-
passcode
=>
$passcode
The password used to authenticate against a secured STOMP server.
-
vhost
=>
$vhost
The name of a virtual host that the client wishes to
connect
to.
-
heartbeat
=> \\
@heartbeat
Heart-beating can optionally be used to test the healthiness of the underlying
TCP connection and to make sure that the remote end is alive and kicking. The
first number sets interval in milliseconds between outgoing heart-beats to the
lib/AnyEvent/Stomper.pm view on Meta::CPAN
109911001101110211031104110511061107110811091110111111121113111411151116111711181119=item port => $port
Server port (default: 61613)
=item login => $login
The user identifier used to authenticate against a secured STOMP server.
=item passcode => $passcode
The password used to authenticate against a secured STOMP server.
=item vhost => $vhost
The name of a virtual host that the client wishes to connect to.
=item heartbeat => \@heartbeat
Heart-beating can optionally be used to test the healthiness of the underlying
TCP connection and to make sure that the remote end is alive and kicking. The
first number sets interval in milliseconds between outgoing heart-beats to the
lib/AnyEvent/Stomper/Cluster.pm view on Meta::CPAN
470471472473474475476477478479480481482483484485486487488489490random node from this list, connects to it and sends all frames to this node.
If current active node fails, the client gets
next
node from the list.
=item login => $login
The user identifier used to authenticate against a secured STOMP server. Must
be the same for all nodes.
=item passcode => $passcode
The password used to authenticate against a secured STOMP server. Must be the
same for all nodes.
=item vhost => $vhost
The name of a virtual host that the client wishes to connect to. Must be the
same for all nodes.
=item heartbeat => \@heartbeat
Heart-beating can optionally be used to test the healthiness of the underlying
( run in 0.552 second using v1.01-cache-2.11-cpan-3cd7ad12f66 )