Wednesday, November 5, 2008

ActiveMQ-CPP

You can check out my Open Source project ActiveMQ-CPP here: http://activemq.apache.org/cms/

1 comment:

Unknown said...

Hi
I m a software engineer currently working on a project wherein we have a c++ application in solaris which has to communicate with java application in windows using an intermediate queue. The web part of the project is hosted on jboss.We have integrated apachemq with jboss as per the articles given on "apache.org/jboss integration" . We have defined all the queues in the file "activemq-jms-ds.xml" . Now using the cms api we are trying to access those queues. The problem we are facing is .. that how do we access those queues which are defined in activemq-jms-ds.xml" file. In all the examples which are coupled with the src code , they create a new queue which is not what we need. We need a method by which we can use the queues defined in that file.The jboss is present in windows . Can you please guide me with this... My email id for future communication : siddhesh.kenkre@gmail.com

Thanks