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

Having connection issues with Torquebox stomp provider stilts #51

Closed quidproquo closed 11 years ago

quidproquo commented 11 years ago

Anyone have any experience using stomp gem to connect to Torquebox? Mainly there seems to be an issue with the header not providing a host I think. Any info would be welcome. Thanks!

gmallard commented 11 years ago

Torquebox is not a STOMP server, and hence not supported by this STOMP client.

However, we will look at your failing code. Please show us what fails and the failure messages.

gmallard commented 11 years ago

Reopen, provide more detail, if you continue to have issues.