Re: [activemq-user] Application Hanging when Sending JMS Messages

2007-07-24 Thread Pravin Kundal
I am seeing a similar problem where my producer gets unresponsive. I simulate this by not running a consumer and letting broker get flooded. The producer application goes unresponsive. Did tcp settings from the below link work for anyone? http://activemq.apache.org/tcp-transport-reference.html

Re: Licensing and Porting Issue for the CMS (ActiveMQ-CPP) on Visual Studio 6 from Visual Studio 8

2007-05-23 Thread Pravin Kundal
t; I have a bit of experience turning a static library into a DLL, and > some of the Linux folks have also mentioned that they want a shared > library, so maybe it's time to take the plunge. > > Regards, > > Albert > > On Fri, 18 May 2007, Pravin Kundal wrote: >

RE: Implementation of multithreading model on CMS ActiveMQ

2007-05-22 Thread Pravin Kundal
!! Mittler, Nathan wrote: > > Sorry ... The url should be "tcp://localhost:61613?wireFormat=stomp" > > See http://activemq.apache.org/cms/configuring.html > >> -Original Message- >> From: Pravin Kundal [mailto:[EMAIL PROTECTED] >> Sent:

RE: Implementation of multithreading model on CMS ActiveMQ

2007-05-21 Thread Pravin Kundal
l should be "tcp://localhost:61613?wireFormat=stomp" > > See http://activemq.apache.org/cms/configuring.html > >> -----Original Message- >> From: Pravin Kundal [mailto:[EMAIL PROTECTED] >> Sent: Monday, May 21, 2007 12:34 PM >> To: users@activemq.apache.org &g

RE: Implementation of multithreading model on CMS ActiveMQ

2007-05-21 Thread Pravin Kundal
I am trying to test it out using stomp. But it is giving me exceptions On Consumer Client: ActiveMQConnectionFactory - unknown Transport Factory. I tried with following brokerURI's std::string brokerURI = "stomp://localhost:61613" "?wireFormat=stomp"

RE: Implementation of multithreading model on CMS ActiveMQ

2007-05-21 Thread Pravin Kundal
Sorry, I missed the second line of link. I could access it. Thanks Pravin Kundal wrote: > > I couldn't access the link below. > > Is it the same example that Apache-ActiveMQ ship with the CMS library? > > Thanks a lot. > > > Mittler, Nathan wrote: >>

RE: Implementation of multithreading model on CMS ActiveMQ

2007-05-21 Thread Pravin Kundal
I couldn't access the link below. Is it the same example that Apache-ActiveMQ ship with the CMS library? Thanks a lot. Mittler, Nathan wrote: > > >> >> In the case I will need to implement the concurrency control >> over the session, so that only one thread can use the >> session, as se

RE: Implementation of multithreading model on CMS ActiveMQ

2007-05-21 Thread Pravin Kundal
context) would slow down other > consumers of the same session. > > If you plan on using synchronous consumers (via the receive method), you > should not have multiple threads calling receive() on the same consumer. > > > Nate > >> -Original Message- >&

Implementation of multithreading model on CMS ActiveMQ

2007-05-21 Thread Pravin Kundal
I am bit confused from the JMS specification. I want to implement mutithreaded model for producer/consumer. Now I am confused at the point where, I have only one destination object (Queue). So should I create mutiple threads, each thread having one session and one producer. OR, multiple thre

Licensing and Porting Issue for the CMS (ActiveMQ-CPP) on Visual Studio 6 from Visual Studio 8

2007-05-18 Thread Pravin Kundal
Licensing and Porting Issue for the CMS (ActiveMQ-CPP) on Visual Studio 6 from Visual Studio 8 I have downloaded activemq-cpp-2.0.1-src (i.e. CMS 2.0.1) from http://activemq.apache.org/cms/download.html It is provided with vs2005-build (Visual Studio 8). Now, as our project is in vs2003,