Re: ActiveMQ TextMessage to GlassFish Queue

2007-04-06 Thread samd
gt;> > >> >> Hi, >> >> Thanks for your response, well I guess then that answers the question >> that >> it can only speak to ActiveMQ Queues. I was hoping that there would be >> some >> common standard format but I guess that isn't the case.

Re: ActiveMQ TextMessage to GlassFish Queue

2007-04-06 Thread James Strachan
On 4/6/07, samd <[EMAIL PROTECTED]> wrote: James.Strachan wrote: > > On 4/6/07, samd <[EMAIL PROTECTED]> wrote: >> >> Hi, >> I have a standalone ActiveMQ client which I'm trying to get to send a >> TextMessage to a GlassFish queue > > Unfortunately the ActiveMQ client only talks to ActiveMQ qu

Re: ActiveMQ TextMessage to GlassFish Queue

2007-04-05 Thread samd
dard format but I guess that isn't the case. Could you recommend the quickest way I could go about getting something up and running in the described scenario where I need to send a TextMessage from a ActiveMQ client to a GlassFish Queue? Thanks, S.D. -- View this message in context: http://www.nabble.com/ActiveMQ-TextMessage-to-GlassFish-Queue-tf3534521s2354.html#a9865981 Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: ActiveMQ TextMessage to GlassFish Queue

2007-04-05 Thread James Strachan
On 4/6/07, samd <[EMAIL PROTECTED]> wrote: Hi, I have a standalone ActiveMQ client which I'm trying to get to send a TextMessage to a GlassFish queue Unfortunately the ActiveMQ client only talks to ActiveMQ queues; there's no GlassFish queue support. so that it can be consumed by a MDB. Wha

ActiveMQ TextMessage to GlassFish Queue

2007-04-05 Thread samd
ueue("testQueue"); QueueSender sender = senderSession.createSender(requestQueue); queueConnection.start(); This doesn't appear to work. Any help would be greatly appreciated. Thanks, S.D. -- View this message in context: http://www.nabble.com/ActiveMQ-TextMessage-to-Glass