ActiveMQ-CPP client connecting to an embedded ActiveMQ in JBoss

2009-11-08 Thread thinkbox
Hi All, I have followed the tutorial found at http://activemq.apache.org/integrating-apache-activemq-with-jboss.html Integrating ActiveMQ with JBoss . I was able to successfully test the integration with the examples included with the ActiveMQ distribution. I am using ActiveMQ-CPP in order to u

Re: ObjectMessage in C/C++

2009-11-08 Thread thinkbox
I see.. Thanks a lot Tim! Timothy Bish wrote: > > On Thu, 2009-11-05 at 22:57 -0800, thinkbox wrote: >> I see, that makes sense, I get the point. >> Thanks Tim! >> >> - Pat >> >> X.S. Just a side comment. Having said that ActiveMQ C++ cannot support >> ObjectMessage -- can we assume that Obje

Network broker and filter predicate

2009-11-08 Thread hackingbear
Hi, In our setup, we have a backbone broker running the verbatim AMQ 5.3 and a 5.3 broker without our own BrokerFilter (gateway broker.) The gateway broker is for serving clients connecting from the Internet. One thing the broker does is to ensure only the right messages can be consumed, like:

Re: Race conditions

2009-11-08 Thread Bruce Snyder
On Sun, Nov 8, 2009 at 6:33 AM, Wais wrote: > > Hi, > > I've got one machine (x) publish to activemq where there are 2 subscribers > (y, z). y is a databse that logs all the events as they happen within this > system, the z is a machine which acts in response to messages published by > x. > > So,

Race conditions

2009-11-08 Thread Wais
Hi, I've got one machine (x) publish to activemq where there are 2 subscribers (y, z). y is a databse that logs all the events as they happen within this system, the z is a machine which acts in response to messages published by x. So, I am worried by this scenario. x publishes to active mq, z