Did you call start() on the connection ? If you don't the message flow want start. Can you post your JMS receiver code ?
Rajith On Wed, Jun 27, 2012 at 9:25 AM, Hasitha Abeykoon <[email protected]> wrote: > Hi, > > I am trying to implement a cross-platform scenario using apache Qpid. I am > trying to use Qpid .NET client to send messages to a queue, and receive > them using a Java client via JMS. > Is this a common usecase in Qpid? > I know how to write a .net client and send messages, and how to receive > messages using a Java client. But the problem here is Java message receiver > does not receive messages that were sent. When I use jconsole to view sent > message count I see that there are messages in the queue. I just cannot > receive them using JMS client. > > Can somebody give me an idea why this is not working? What I am Missing > here? > > Thanks > > > -- > *Hasitha Abeykoon,* > *Department of Computer Science & Engineering,* > *University of Moratuwa. * > * > * > *Skype: foreverhasitha* --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
