You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by dpatel <dh...@factset.com> on 2013/07/23 17:42:34 UTC

ActiveMQ CPP Issue with createCMSConnectionFactory

I just upgraded from activemqcpp version 3.6 to 3.7.0. After the upgrade when
I try to execute the following line in release config the dll crashes.

cms::ConnectionFactory *conn_factory =
cms::ConnectionFactory::createCMSConnectionFactory(conn_str);

This works just fine in debug mode. Is anyone else having this issue or can
tell me how to fix it.

Any help is much appreciated.



--
View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-CPP-Issue-with-createCMSConnectionFactory-tp4669619.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: ActiveMQ CPP Issue with createCMSConnectionFactory

Posted by spam trap <no...@spamgourmet.com>.
On Tue, 23 Jul 2013 08:42:34 -0700 (PDT), dpatel
<dh...@factset.com> wrote:

>I just upgraded from activemqcpp version 3.6 to 3.7.0. After the upgrade when
>I try to execute the following line in release config the dll crashes.
>
>cms::ConnectionFactory *conn_factory =
>cms::ConnectionFactory::createCMSConnectionFactory(conn_str);
>
>This works just fine in debug mode. Is anyone else having this issue or can
>tell me how to fix it.
>
>Any help is much appreciated.

Can you post a short, complete example that exhibits the problem?