One of our products implements the following one-way web service structure: Server <--------------------- Middleware <---------------- Client
I have a setup of 2 WLS managed servers configured as part of a WLS cluster. 1) The requirement is to send requests to another system and receive responses using JMS as interface.
I work on a data processing application in which concurrency is achieved by putting several units of work on a message queue that multiple instances of a message driv开发者_如何学Cen bean (MDB) listen
I\'m trying to refactor some legacy code to use Spring to handle the jms connections to a mainframe service. I need to connect create a temporary topic for the mainframe service reply and set that as
Although JBoss seem to receive the JMS messages (I can list them through jmx-console) it doesn\'t proces开发者_如何学Gos them. They stayed queued forever. What might be the reason for that?Do you have
is there a limit on how many queues I can have open within a single connection and single session?I can currently open up 128 queues and send messages to them.If I try to open up 129 I get the followi
Our application uses a topic to push message to a small set of subscribers. what sort of things should i look for when modeling a jms message with respect to the size of the actual message to be pushe
Please lay out the various ways for a .NET application to become a JMS (开发者_如何学CActiveMQ) topic subscriber. Detailed and production-quality solutions would of course be best.Apache NMS is the mo