You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by sreekar <tr...@gmail.com> on 2012/04/20 10:48:50 UTC

Re: activemq-cpp-library

Hi Uttam,

There is plenty of documentation available in ActiveMQ Site.

#1) 
Did u install ActiveMQ broker ?
Download, Install, Run Active MQ Broker.......

http://activemq.apache.org/getting-started.html

Active MQ has a web-console, through which one can view the list of
connections, topics, Queues.
http://activemq.apache.org/web-console.html

#2)
Install the Active MQ CPP Library that u have downloaded
http://activemq.apache.org/cms/building.html

#3)
You can directly find the executables in the example section 
and 
see the queues-created, mesages-enqueued, messages-dequeued in web-console.





--
View this message in context: http://activemq.2283324.n4.nabble.com/activemq-cpp-library-tp4566952p4573257.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: activemq-cpp-library

Posted by sreekar <tr...@gmail.com>.
In the example folder you have the following shell scripts,

simple_async_consumer
simple_producer

Just run them.

BTW, did u ever try to find out what the errors (g++ complained of) are
saying ?

My suggestion, Know the stages of compilation, then the g++ options (mostly
used) for compilation.

The folks will be helping you if you have any specific query related to
ActiveMQ.

........

In the compilation  "g++ <file>". This is not just sufficient.
You need to included the headers required and need to link with the
corresponding libraries.

Now don't ask how to do that ? That's the basic thing when you are
compiling. 
Google gives you more than enough info to get basic understanding.



--
View this message in context: http://activemq.2283324.n4.nabble.com/activemq-cpp-library-tp4566952p4575972.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: activemq-cpp-library

Posted by sreekar <tr...@gmail.com>.
How did you run the examples ?

What is the error you encountered ?

Without providing any details, how can anyone suggest a solution?



--
View this message in context: http://activemq.2283324.n4.nabble.com/activemq-cpp-library-tp4566952p4573673.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.