Messaging Service - JMS Service in clustered enviroment
Hi All,
Appreciated some expert input for my upcoming production environment infrastructure for JMS service in WLS where OSB will used the JMS services for some asynchronous service.
Below is the design that i having in my mind.
2 Physical server (Hardware)
PS1
AdminServer
MS1(OSB)(OSBClustered1)
MSJMS1
PS2
MS2(OSB)(OSBClustered1)
MSJMS2
Question:
1. Is it possible to have such design for the above?
2. If Yes, hows the JMS Server component configuration will look like?
3. How many JMS server will need?
4. Understand that JMS distributed queue will need to be selected but how about the targets how should i configured?
5. I will be using file store for the persistent store, but how should i configured it? should i create 1 in each physical server?
0