Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Message Driven Beans Sharing Same QueueSession in WebLogic 6.0

0 views
Skip to first unread message

Davis Peden

unread,
Oct 19, 2001, 10:58:45 AM10/19/01
to

Does anyone know if it is possible for multiple Message Driven Beans to share the
same QueueSession in WebLogic 6.0?

Thanks in advance for any help!!

-Davis

Dongbo Xiao

unread,
Oct 19, 2001, 4:50:32 PM10/19/01
to Davis Peden
For MDBs, JMS Sessions are internal. What are you trying to do?

Zach

unread,
Oct 19, 2001, 6:39:01 PM10/19/01
to
You cannot get a hold of the MDB session itself. Your MDB can create a
session and share it anyway it wants provided it follows the rules for
concurrency. That is only one thread of execution can be executing a
method on a session at any given time. Remember that MDBs are invoked
asynchronously and can be called at any time. As such you would have to
synchronize access to the session, and thereby stall any other MDB
instances that want to use the session.

_sjz.

"Davis Peden" <davis....@accenture.com> wrote in message
news:3bd03195$1...@newsgroups.bea.com...

0 new messages