AnyEvent-Stomper

 view release on metacpan or  search on metacpan

README.md  view on Meta::CPAN

93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
- 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

1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
=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

470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
random 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 )