I have an application that was written on JBoss 3.2.5 and I am tasked with migrating it to JBoss 5. I am unable to deploy the application because it relies on JBoss MQ, which I read has been replaced
I am using netbeans 6.8, and glassfish v3, and making a simple jms application to work. I got this: com.sun.enterprise.container.common.spi.util.InjectionException:
This might also belong on serverfault.It\'s kind of a combo between server config and code (I think) Here\'s my setup:
How do i specify which queue manager to connect to in my system properties. Here is the code: Properties properties = new Properties();
Looking for experiences others might have had.Or JMS spec citations, if you\'ve got them. Our typical practice when handling a JMSException (in a try/catch or onException() method) is to fully tear d
Here is my problem : I have a Sprite covering the entire scr开发者_JS百科een. Other than a certain rectangle of this sprite
I have a JMS topic on an ActiveMQ network of brokers cluster (aka distributed topic).I have an external JMS consumer (Weblogic portal) that needs to subscribe to this topic and get all the messages se
I need to design a Swing application, which will need开发者_运维问答 to send out multiple jobs as customer requested. each job is running the same shell scripts which will take 10-30 mins to return a
I have a system where some loosely coupled components are communicating by exchanging messages over JMS. I am now looking at a new requirement which leads to some shared resource needing protection fr
I just need notification system. javax.jms.* - good solution I think, but I can\'t understand what do I need to use JMS?