This is a discussion on How to add a local interface in a JMS message. - Weblogic ; Hey folks, Here is my problem. I need to send a local interface to a message driven bean through a JMS message. In this message, I want to include a local interface for a session bean. How can I achieve ...
Hey folks,
Here is my problem. I need to send a local interface to a message
driven bean through a JMS message. In this message, I want to include
a local interface for a session bean. How can I achieve this? I don't
want to send a remote interface because I really know they will run in
the same JVM.
More specifically, the message driven bean is used to execute the
session bean asynchronously.
Thanks in advance!
Rong