I am using BEA weblogic and I am able to define only one JMS connection pool. Is it possible to provide multiple JMS connection pools?
My app will be connecting to multiple databases and the input to the app decides db pool that I need to use for the transaction and when I want to post a JMS message during this transaction I want to post it to this database....but I am not sure how to define multiple JMS pools....
Thanks,
Kiran.
-
How to define multiple JMS connection pools (1 messages)
- Posted by: Kiran Patchigolla
- Posted on: November 27 2000 10:36 EST
Threaded Messages (1)
- How to define multiple JMS connection pools by Filip Hanik on November 27 2000 19:53 EST
-
How to define multiple JMS connection pools[ Go to top ]
- Posted by: Filip Hanik
- Posted on: November 27 2000 19:53 EST
- in response to Kiran Patchigolla
I don't think you can.
the JMS only has one set of tables per server. hence all the tables should be in the same database.
Filip