RE: LoadTesting ActiveMQ for Synchronous Calls. (Consumer disappears)

2008-05-01 Thread Mittler, Nathan
PROTECTED] Sent: Monday, April 28, 2008 5:14 PM To: users@activemq.apache.org Subject: LoadTesting ActiveMQ for Synchronous Calls. (Consumer disappears) I have a java Test Client that is using the javax.jms.TopicRequestor to send a request on a topic. Below is a snippet of code of how

LoadTesting ActiveMQ for Synchronous Calls. (Consumer disappears)

2008-04-28 Thread rahuljoshi80
I have a java Test Client that is using the javax.jms.TopicRequestor to send a request on a topic. Below is a snippet of code of how the topicRequestor call is made. javax.jms.TopicRequestor requestor = new javax.jms.TopicRequestor(aSession, aJmsTopic); javax.jms.Message response =