We have a Ruby app publishing messages to ActiveMQ through STOMP. When I use Apache.NMS.Stomp in .NET to consume the messages, they come in as IBytesMessage with no content.
If I use NMS to publish a message, it can be consumed with no problems by our ruby, java and NMS (.NET) apps. When i publish the message from ruby, it can be consumed by ruby and java but not NMS. Any ideas?