easternbloc / node-stomp-client

A STOMP client for Node.js
Other
93 stars 47 forks source link

Header parsing error with reply-to temporary queue from ActiveMQ #29

Closed kgoerlitz closed 9 years ago

kgoerlitz commented 9 years ago

When a temporary queue is passed from ActiveMQ in the reply-to header, it contains embedded colons (':') like "/remote-temp-queue/ID:SYSTEM-NAME-49739-1421170578125-2:10:1". The parser does not handle this properly. It ends up stopping at the first embedded ':' and dropping the rest of the value, so the reply-to header ends up only containing "/remote-temp-queue/ID".

easternbloc commented 9 years ago

Fixed by #30