I am trying to resolve a design difference of opinion where neither of us has experience with JMS. We 开发者_JS百科want to use JMS to communicate between a j2ee application and the stand-alone applic
What might be the cause of the following ClassCastException in a standalone JMS client application when it attempts to retrieve a connection factory from the JNDI provider?
This is based on a past exam question. The question is asking to describe the four types of message available using JMS.
I\'m writing an app that will create lots of JMS topic subscribers. What is best practise regarding reusing sessions?
using ejb 3.1, servlet 3.0 (glassfish server v3) Scenario: I have MDB that listen to jms messages and give processing to some other session bean (Stateless).
When you are designing a JMS application, which use cases make you pick temporary queues over persistent queues?
I have a jruby/rails app using: jruby 1.4.0 Rails 2.3.5 ActiveMQ 5.3.0 Mule ESB 2.2.1 Currently in our environment.rb file we start up Mule in the initializer.This becomes a big pain when we go to
I\'m using Oracle Advanced Queues via JMS from within Websphere App Server. Does anyone know what effect the following two properties have:-
Should a JMS a开发者_开发知识库pplication create a new session for every message that it sends or is it preferable to create a session for a long message sequence?I would say no in general, though it
What is the purpose of a JMS session?Why isn\'t a connection alone s开发者_如何学编程ufficient to exchange JMS messages between senders and receivers?I had the same question and that\'s what lead me h