Re: Java Producer and C++ Consumer

2007-03-03 Thread swiatek
Thanks, now it works. Grzegorz Teemu Torma <[EMAIL PROTECTED]> schrieb: > On Saturday 03 March 2007 15:26, [EMAIL PROTECTED] wrote: > > cout << "create connection" << endl; > > auto_ptr conn(factory->createConnection()); > > You need to start the connection too, i.e., conn->start (); > >

Re: Java Producer and C++ Consumer

2007-03-03 Thread Teemu Torma
On Saturday 03 March 2007 15:26, [EMAIL PROTECTED] wrote: > cout << "create connection" << endl; > auto_ptr conn(factory->createConnection()); You need to start the connection too, i.e., conn->start (); Teemu

Re: Java Producer and C++ Consumer

2007-03-03 Thread Gaurav Hariani
usy week next week so it might get delayed a bit until I get a chance to work on it some more. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Saturday, March 03, 2007 6:53 AM To: users@activemq.apache.org Subject: Java Producer a

RE: Java Producer and C++ Consumer

2007-03-03 Thread swiatek
> > busy > > > week next week so it might get delayed a bit until I get a chance to > > work on > > > it some more. > > > > > > > -Original Message- > > > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > > > Sen

RE: Java Producer and C++ Consumer

2007-03-03 Thread Timothy Bish
3, 2007 8:59 AM > To: users@activemq.apache.org > Cc: Timothy Bish > Subject: RE: Java Producer and C++ Consumer > Importance: High > > Hi, > > my C++ client is connected to tcp://localhost:61613. > Of course I have tried the Java Producer with the URL > tcp://localh

RE: Java Producer and C++ Consumer

2007-03-03 Thread swiatek
e more. > > > -Original Message- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > Sent: Saturday, March 03, 2007 6:53 AM > > To: users@activemq.apache.org > > Subject: Java Producer and C++ Consumer > > Importance: High > > > &g

RE: Java Producer and C++ Consumer

2007-03-03 Thread Timothy Bish
: users@activemq.apache.org > Subject: Java Producer and C++ Consumer > Importance: High > > I have ActiveMQ 4.1.0 and ActiveMQ-CPP 1.1 installed. > The language specific examples (Java producer/Java consumers respectively > C++ producer/C++ consumers) work fine. > > Is it now po

Java Producer and C++ Consumer

2007-03-03 Thread swiatek
I have ActiveMQ 4.1.0 and ActiveMQ-CPP 1.1 installed. The language specific examples (Java producer/Java consumers respectively C++ producer/C++ consumers) work fine. Is it now possible with the Stomp protocol to have ordinary JMS producers written in Java and queue consumers written in C++? I t