views:

336

answers:

1

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.

2) The request could originate from either of the Managed Servers. So the corresponding response should reach the managed server which originated the request.

3) The external system (to which requests are sent) should not be aware of how many managed servers are in the cluster (not a must have requirement)

How should JMS be configured for meeting these requirments?

+3  A: 
Pascal Thivent
I am looking for a JMS based solution.
Nirmal Patel
Huh? What the hell do you mean with *I'm looking for a JMS based solution*? Isn't a queue a **JMS** destination? Isn't a MDB (Message Driven Bean) the standard way to consume **JMS** messages? Dude, I **am** proposing a JMS based solution...
Pascal Thivent