If your using Java, then ActiveMQ supports the JMS API. Check out the following JMS tutorial for more details: http://docs.oracle.com/javaee/1.3/jms/tutorial/1_3_1-fcs/doc/jms_tutorialTOC.html
If your using C++, then you can use CMS which is very similar to JMS: http://activemq.apache.org/cms/api_docs/cms-1.0/namespacecms.html If your using .NET, then you can use the NMS which is also similar to JMS: http://activemq.apache.org/nms/msdoc/1.5.0/vs2005/html/N_Apache_NMS.htm You can also use any of the STOMP client apis listed here: http://stomp.github.com/implementations.html Regards, Hiram FuseSource Web: http://fusesource.com/ On Tue, Dec 20, 2011 at 12:14 AM, <[email protected]> wrote: > Hi, > > Can anyone please brief me about activemq apis , by which I can extract some > information for websites? > > Thanks, > Sheetal >
