AnyEvent-Stomper

 view release on metacpan or  search on metacpan

README.md  view on Meta::CPAN

- 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

=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

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.956 second using v1.01-cache-2.11-cpan-49f99fa48dc )