Re: Sending message to a queue residing on different machine

2007-05-03 Thread shwetketu
broker is listening on? > > On 5/3/07, shwetketu <[EMAIL PROTECTED]> wrote: >> >> Hi All >> >> I want to send a JMS message to ActiveMQ that is embedded inside my app >> server (JBOss). >> >> The client who is sending the message is on different serve

Sending message to a queue residing on different machine

2007-05-02 Thread shwetketu
Hi All I want to send a JMS message to ActiveMQ that is embedded inside my app server (JBOss). The client who is sending the message is on different server but knows the JMS.. What should i do to establish the communication? Can any one please help me??? -- View this message in context: htt

Re: Can a MDB listen at queue

2007-04-25 Thread shwetketu
Hi James Nice to see ur quick reply..:)) Actually my MDB was configured to listen on different queue..:) I checked the queue on which i was sending the msg..and i found the right queue name James.Strachan wrote: > > On 4/25/07, shwetketu <[EMAIL PROTECTED]> wrote: >> >

Re: Can a MDB listen at queue

2007-04-25 Thread shwetketu
nitor ActiveMQ to see > what messages are on what queues and what consumers are listening > to... > > http://activemq.apache.org/how-can-i-monitor-activemq.html > > On 4/24/07, shwetketu <[EMAIL PROTECTED]> wrote: >> >> Hi >> >> I am new with Act

Can a MDB listen at queue

2007-04-24 Thread shwetketu
Hi I am new with Active MQ. I am trying to run the given sample code on ActiveMQ site. I am fine with SenderEJB code..I am able to put the message on queue. But i am not able to receive the message using MDB... Can any one tell me how can i get the message using MDB ??? Shwetketu Rai