Two Laptop Bag
The moose likes EJB and other Java EE Technologies and the fly likes JMS: Problem with Consumer Program Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "JMS: Problem with Consumer Program " Watch "JMS: Problem with Consumer Program " New topic
Author

JMS: Problem with Consumer Program

Nitin D Gaur
Greenhorn

Joined: Jul 04, 2008
Posts: 10
Hi Forum,

I am using one Producer-Consumer program on Apache ActiveMQ to send and recieve messages from remote JMS-Broker server. I am able to successfully produce the message but not able to consume the response from JMS-Broker Server. Below is my program.




I tested this code locally by using a local consumer-producer program this program works fine but for remote JMS-Broker Server it doesn't.

Please somebody help.

Thanks,
Nitin
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: JMS: Problem with Consumer Program
 
Similar Threads
JMS: Problem with Consumer Program
ActiveMQ topic
threads
Same Code Different Behaviour
JMS Consumer ends even after implementing MessageListener interface.