stompgem / stomp

A ruby gem for sending and receiving messages from a Stomp protocol compliant message queue. Includes: failover logic, ssl support.
http://stomp.github.com
Apache License 2.0
152 stars 80 forks source link

Can't subscribe to wildcard destinations .. #7

Closed kiall closed 13 years ago

kiall commented 13 years ago

Subscribing to a wildcard destination fails to match up the incoming message with a handler ..

There appears to be a fix here: https://gitorious.org/stomp/acechases-activemq-wildcard/commit/425235ce68b0837f7b6cc4187ed8c9ba43106371

I haven't tested this yet.

gmallard commented 13 years ago

Hi - do you have a simple test case?

If you clone, provide a fix, and ask for a pull .... that is the best option :-). Let us know if that is possible.

The commit you cite really has three different fixes in it. The relevant code for this particular issue needs to be extracted.

kiall commented 13 years ago

Heya - Yea I noticed that changeset had a whole bunch of unrelated changes in it when I started merging it ..

See https://github.com/morellon/stomp/pull/8

kiall commented 13 years ago

Heh - Didn't know github would open a second issue ..