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

What causes Stomp::Error::BrokerException and how to avoid it? #100

Closed zackxu1 closed 9 years ago

zackxu1 commented 10 years ago

Hi.

We're using the stomp gem. We're getting this exception:

2014-05-06T08:19:54.98696 Stomp::Error::BrokerException: temp-queue://ID:451737-servicebus1.wearefriday.com-42180-1396953568868-6:383692:1 2014-05-06T08:19:54.98698 /data/a/hsbcgc-www/shared/bundle/ruby/1.9.1/gems/stomp-1.3.1/lib/stomp/client.rb:125:in `join'

What causes this exception? And how can we avoid it?

Thank you Zack

gmallard commented 10 years ago

Examine the 'stomp' log on that AMQ broker. There should be a Java exception emitted and logged. That exception is the cause.

How you avoid it depends on what the exception is.

gmallard commented 9 years ago

Closing. If you feel this is still an issue, please reopen. with further documentation.