ActiveMQ-CPP is multithreaded in that there is one thread per session as per the CMS/JMS contract. If you're only using a single session, you won't see any benefit in going to a multiple processor environment. To take advantage of that architecture, you may want to have several active sessions and use queues to distribute the processing among them.
Nate > -----Original Message----- > From: appi03 [mailto:[EMAIL PROTECTED] > Sent: Friday, November 09, 2007 1:37 PM > To: users@activemq.apache.org > Subject: Multiple processors > > > Does Activemq -cpp client support multiple processors? > -- > View this message in context: > http://www.nabble.com/Multiple-processors-tf4779268s2354.html# > a13672347 > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > >