ActiveMQ « Development « JSP-Servlet Q&A





1. Write a Servlet that Talks to JMS (ActiveMQ) and OnMessage Update the Site    stackoverflow.com

I am building a site that uses a simple AJAX Servlet to talk JMS (ActiveMQ) and when a message arrives from the topic to update the site. I have Javascript that creates ...

2. ActiveMQ REST API URI?    stackoverflow.com

I'm having trouble getting an example running using the REST API with ActiveMQ 5.4.0. I've seen several different GET URIs. The documentation refers to this URI: http://localhost:8161/demo/message/<queue name>?type=queue Other sources ...

3. Servlet to remote ActiveMQ    stackoverflow.com

I'm trying to send a message using JMS from a servlet (running on Apache Tomcat) to ActiveMQ running in a different VM on the same system. Things i have tried:

  1. Running ActiveMQ on ...

4. ActiveMQ: outOfMemoryError: unable to create new native thread    stackoverflow.com

I'm currently load testing the default REST API of activemq. All my 100 users write the same message text to the same destination as fast as they can. After a few seconds ...

5. ActiveMQ dynamic queues    coderanch.com

7. ActiveMQ ERROR [Managed Region Broker] Failed to register destination queue://    coderanch.com

hi i new to ActiveMQ, i have deployed activemq-rar-5.1.0.rar in jboss deploy folder, i have placed the activemq-jms-ds.xml file in the deply folder and i have one ejb MDB, in which i have done like following coding to for the queue settings ------------------ @MessageDriven(activationConfig = { @ActivationConfigProperty(propertyName="destinationType", propertyValue="javax.jms.Queue"), @ActivationConfigProperty(propertyName="destination", propertyValue="FOO.>"), @ActivationConfigProperty(propertyName="acknowledgeMode", propertyValue="Auto-acknowledge") }) @ResourceAdapter("activemq-rar-5.1.0.rar") ------------- and when i am starting jboss ...

8. Redelivery in ActiveMQ    coderanch.com

9. JMS problem with ActiveMQ    coderanch.com





10. JMS to JMS Bridge in ActiveMQ    coderanch.com

11. JMS ActiveMQ ONDemand based retrival    coderanch.com

12. ActiveMQ usage    coderanch.com

One of my biggest questions is when to practical apply the use of queues. Most of my work is with Internet (real-time) and not batch. Since most of the requests need a response within a 3 second window-would i be better off submitting to a queue and waiting or just returning the page and using something like ajax to update the ...

13. ActiveMQ, Queue Failover Question    coderanch.com

14. * Winners: ActiveMQ in Action    coderanch.com

15. ActiveMQ topic    coderanch.com

16. ActiveMQ broker    coderanch.com