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 ();
>
>
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
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
> > 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
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
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
: 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
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