| Author |
WebLogic 7.0 and JMS
|
Rob Jago
Greenhorn
Joined: Sep 20, 2002
Posts: 7
|
|
Hello I am working on a project which may be involve JMS with weblogic which is currently at 6.1 but we may upgrade to 7.0. I have a few questions regarding the JMS implementation on Weblogic 7.0. 1. Can the persistence model for the JMS Queues/Topics be changed to use a data source such as Oracle? 2. Does the queues ( in the Point-to-Point model) support priority queueing? thank you Rob
|
 |
Kishore
Greenhorn
Joined: Feb 08, 2003
Posts: 1
|
|
1. Should be possible to configure any data source. 2. Queues do support priority queueing.
|
 |
Chris Mathews
Ranch Hand
Joined: Jul 18, 2001
Posts: 2712
|
|
1. About JMS JDBC Stores. 2. Priority Queuing is a standard part of the JMS Specification: See javax.jms.Message.setJMSPriority().
|
 |
Rob Jago
Greenhorn
Joined: Sep 20, 2002
Posts: 7
|
|
Thank you Kishore and Chris for your responses. I will look in those areas.. thanks again Rob
|
 |
 |
|
|
subject: WebLogic 7.0 and JMS
|
|
|