quote author="tabish...@gmail.com">
On Thu, 2011-12-15 at 10:11 +0400, Ivan Pechorin wrote:
> 2011/12/14 mikmela <[hidden email]>:
> > I'm having a lot of issues passing std::strings into ActiveMQ-CPP
> interfaces,
> > i.e. Connection, Session, Message and etc.
> > Even though I'm using MS VS20
On Thu, 2011-12-15 at 10:11 +0400, Ivan Pechorin wrote:
> 2011/12/14 mikmela :
> > I'm having a lot of issues passing std::strings into ActiveMQ-CPP
> > interfaces,
> > i.e. Connection, Session, Message and etc.
> > Even though I'm using MS VS2010 to build both activemq-cpp dll and my
> > applicat
2011/12/14 mikmela :
> I'm having a lot of issues passing std::strings into ActiveMQ-CPP interfaces,
> i.e. Connection, Session, Message and etc.
> Even though I'm using MS VS2010 to build both activemq-cpp dll and my
> application with the same version of multithreaded c-runtime dll
> MSVCP100.dll
the execution doesn't stop ! i place a breakpoint after created the session
but never have nothing.
I made some effort all the day to try working with ActiveMQ.
But without any success for the moment.
Have a very basic example that i could try ?
Thanks in advance Mario.
Regards,
Denez
Mario Si
If there are no exception thrown (I think you changed the sample code
to actually do something with the catched exceptions) and the code is
actually executed then the message must've been sent. How do you check
for the message?
Does "the session never be created" imply that the execution just stops
Hi Mario,
First, thanks for your reply.
I just try to run the so simple example that is in the website that i
mentionned.
After, if it's possible i will try to embedded the activeMQ to Tomcat.
But for the moment, the session never be created but i have a connection.
I can't understand what happen
I think you're supposed to call connection.start() as soon as you're
application thinks it fitting, connections don't come started (and I'd
hate it if they did). By documentation you can create session on
stopped connections you just won't receive any messages (not even sure
if you could send some