Hi.
I'm writing a service broker and a client for .NET. I'm mostly doing it to learn a MQ protocol and the internals of a service broker. But my goal is to be able to relase it (I've got a couple of other open source projects at github:
https://github.com/jgauffin/).
Are there any plans on being able to define extensions for the stomp protocol and maybe include those extensions at the stomp homepage? (The discussion at 2012-01-31 never got a real answer).
For instance define how authentication (RabbitMQ uses "login" & "passcode") or pub/sub (topics). I.e. an authentication extension and a pub/sub extension.
//Jonas