[rabbitmq-discuss] rabbitmq-stomp connection stats?
Matthias Radestock
matthias at lshift.net
Mon Oct 19 13:53:37 BST 2009
Ben Hood wrote:
> rabbitmqctl addresses the core Rabbit API, of which the AMQP TCP
> listeners are a part. The STOMP adapter OTOH sets up its own TCP
> listener hierarchy on the STOMP port and delegates decoded STOMP
> commands to the corresponding AMQP *channels* within the same VM as
> the AMQP broker. The core Rabbit broker has no awareness of any
> applications running in the same process space as itself and hence
> cannot report on these processes (without any notion of a listener
> plugin mechanism).
It shouldn't be too hard to make stomp connections, and connections
created by other plugins, show up in rabbitmqctl, so I have created a
bug to look into that.
Matthias.
More information about the rabbitmq-discuss
mailing list