开发者_开发问答does anyone here knows if there exists a JMS server that could be executed on Tomcat or without an application server?Yes, several.
I\'m using ActiveMQ on a simulation of overloading servers in Java. And mainly it goes ok, but when I get over 600 requests the thing just go WTF!
I can\'t seem to find a way to listen for new producer and consu开发者_开发技巧mer connections (or connection interrupts) in ActiveMQ (Java Version). I want to be able to tell the consumers (or they c
I have been reading up on the SimpleMessageListenerContainer to ease the pain of subscribing to a topic asynchronously. However, I cannot find a way to trigger a callback or loop through the messages
I need to create asynchronous message queues dynamically in Java. My use case is sending email via multiple SMTP servers: I need to enforce that emails to the same SMTP server are processes sequential
I need to write a Message Driven Bean. I\'m using JBoss IDE 1.5. I understand the concept behind MDB\'s but I don\'t really know how to install the JMS provider (JBoss MQ? I think) and use it so that
How do I acknowledge a messa开发者_JAVA百科ge when I am using a message listener? I get the following error when I try to do an acknowledge in my message listener.
I would like to know at what location WebLogic 9.2 serve开发者_JS百科r stores JMS messages on disk.
Is there any example of using JMS Queues in BlazeDS as point-to-point communication to a Flex client.
I\'m using JMS with JBoss 5.1.0 GA-jdk6 Can I use the same Database for application data and JMS as well, or should I configure them in separated开发者_运维问答 databases with a two-phase XA protoco