Re: STOMP NMS: cannot retrieve messages published from ruby

2011-09-28 Thread Victor Perez
On Wed, Sep 28, 2011 at 5:19 PM, Timothy Bish wrote: > On Wed, 2011-09-28 at 15:55 -0500, Victor Perez wrote: > > On Wed, Sep 28, 2011 at 3:17 PM, Timothy Bish > wrote: > > > > > On Wed, 2011-09-28 at 15:09 -0500, Victor Perez wrote: > > > > On Wed, Sep 28, 2011 at 1:47 PM, Timothy Bish > > > w

Re: STOMP NMS: cannot retrieve messages published from ruby

2011-09-28 Thread Timothy Bish
On Wed, 2011-09-28 at 15:55 -0500, Victor Perez wrote: > On Wed, Sep 28, 2011 at 3:17 PM, Timothy Bish wrote: > > > On Wed, 2011-09-28 at 15:09 -0500, Victor Perez wrote: > > > On Wed, Sep 28, 2011 at 1:47 PM, Timothy Bish > > wrote: > > > > > > > On Wed, 2011-09-28 at 11:41 -0500, Victor Perez

Re: STOMP NMS: cannot retrieve messages published from ruby

2011-09-28 Thread Victor Perez
On Wed, Sep 28, 2011 at 3:17 PM, Timothy Bish wrote: > On Wed, 2011-09-28 at 15:09 -0500, Victor Perez wrote: > > On Wed, Sep 28, 2011 at 1:47 PM, Timothy Bish > wrote: > > > > > On Wed, 2011-09-28 at 11:41 -0500, Victor Perez wrote: > > > > We have a Ruby app publishing messages to ActiveMQ thr

Re: STOMP NMS: cannot retrieve messages published from ruby

2011-09-28 Thread Timothy Bish
On Wed, 2011-09-28 at 15:09 -0500, Victor Perez wrote: > On Wed, Sep 28, 2011 at 1:47 PM, Timothy Bish wrote: > > > On Wed, 2011-09-28 at 11:41 -0500, Victor Perez wrote: > > > We have a Ruby app publishing messages to ActiveMQ through STOMP. When I > > use > > > Apache.NMS.Stomp in .NET to consu

Re: STOMP NMS: cannot retrieve messages published from ruby

2011-09-28 Thread Victor Perez
On Wed, Sep 28, 2011 at 1:47 PM, Timothy Bish wrote: > On Wed, 2011-09-28 at 11:41 -0500, Victor Perez wrote: > > 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.

Re: STOMP NMS: cannot retrieve messages published from ruby

2011-09-28 Thread Timothy Bish
On Wed, 2011-09-28 at 11:41 -0500, Victor Perez wrote: > 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

STOMP NMS: cannot retrieve messages published from ruby

2011-09-28 Thread Victor Perez
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