Re: ActiveMQ TextMessage to GlassFish Queue

2007-04-06 Thread samd
/glassfish_v2_an.html James.Strachan wrote: > > On 4/6/07, samd <[EMAIL PROTECTED]> wrote: >> >> >> >> James.Strachan wrote: >> > >> > On 4/6/07, samd <[EMAIL PROTECTED]> wrote: >> >> >> >> Hi, >> >&

Re: ActiveMQ TextMessage to GlassFish Queue

2007-04-05 Thread samd
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 Active

ActiveMQ TextMessage to GlassFish Queue

2007-04-05 Thread samd
Hi, I have a standalone ActiveMQ client which I'm trying to get to send a TextMessage to a GlassFish queue so that it can be consumed by a MDB. What is the procedure required to do this? I tried using the standard mechanism of: String serverUrl="tcp://:/"; ActiveMQConnectionFactory factory = ne