[rabbitmq-discuss] temp-queues in STOMP adaptor - missing subscription header
Toby Corkindale
toby.corkindale at strategicdata.com.au
Thu Nov 10 03:49:53 GMT 2011
Hi,
I've discovered that the /temp-queue/ feature in rabbitmq's stomp
adaptor causes a problem with at least one STOMP library
(Net::STOMP::Client).
This is because the STOMP specification says that a MESSAGE frame must
include a "subscription" header.
However, messages sent via a temp-queue do not have this header set.
I can understand why not - it's meaningless - however libraries which
insist on frames strictly matching the specification will throw an error
here.
-Toby
More information about the rabbitmq-discuss
mailing list