cool... will add it in to our project...
last version we use has been quite stable (3.2.4 windows):
uptime: 104d 21h 59m
cms messages sent/recv: 208.639.712
:-)
Søren
--
View this message in context:
http://activemq.2283324.n4.nabble.com/ANNOUNCE-ActiveMQ-CPP-Version-3-3-0-Released-tp3453898p3
when link I get:
'1>\activemq\src\main\activemq\util\idgenerator.cpp(156): warning C4715:
'activemq::util::IdGenerator::getClassStaticData' : not all control paths
return a value'
?
Søren
--
View this message in context:
http://activemq.2283324.n4.nabble.com/CMS-3-2-4-Win-tp3225446p3225446.htm
Just took a look at our productionserver:
uptime: 25d 21h 30m
number of cms message sent/received: 87521919
so 87 million messages sent and received over 25 days...
and running stable :-)
multiple queues and topics and lots of different types of messages...
Søren
--
View this message in cont
oops. had to use dynamic_cast... now its ok again...
Søren
--
View this message in context:
http://activemq.2283324.n4.nabble.com/CMS-get-name-of-destination-how-to-tp2552032p2718590.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.
const cms::Destination *d =
DestinationManager.Manage(jmsmsg->getCMSReplyTo());
from .h file
vector destinations;
from .cpp file
const cms::Destination *DestinationManager::Manage(
const cms::Destination *inDestination)
{
ActiveMQDestination *newmqdest = (ActiveMQDestination*)
Weird... the 'equals' works fine in debugging mode, but when I compile for
release,
then it crashes !
ActiveMQDestination *oldmqdest = (ActiveMQDestination*)destinations[x];
if (oldmqdest->equals(newmqdest)) CRASH
help,
Søren
--
View this message in context:
http://activemq.2283324.n4.nabbl
works just fine :-)
thank you.
Søren
--
View this message in context:
http://activemq.2283324.n4.nabble.com/CMS-get-name-of-destination-how-to-tp2552032p2553301.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.
will try.
thanx!
Søren
--
View this message in context:
http://activemq.2283324.n4.nabble.com/CMS-get-name-of-destination-how-to-tp2552032p2552809.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.
Hi there
I do
const cms::Destination *jmsdest = msg->getCMSReplyTo()->clone();
and now and then use the saved jmsdest, to send messages back...
many of my objects gets the same destination, so I dont want to have
hundreds
of the same destinations hanging around, instead I was to compare two
dest
I usually dont delete that pointer
so,
Søren
--
View this message in context:
http://activemq.2283324.n4.nabble.com/CMS-pure-virtual-call-error-help-tp2546358p2547116.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.
Interesting, I can actually force the:
"R6025 - pure virtual function call" crash
by deleting a const replyto destination (to a temp queue) and then use it.
Søren
--
View this message in context:
http://activemq.2283324.n4.nabble.com/CMS-pure-virtual-call-error-help-tp2546358p2546735.html
Sen
Hi there
We have a server that runs around the clock, and hundred of thousands of
messeges run fine through our server. Suddenly this comes around every 1-4
days, and server dies...
Wierd thing is that it seems to about on a TextMessage, and we never use
text messages, only map messages
any
12 matches
Mail list logo