Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using JMS without a client on Weblogic

Status
Not open for further replies.

MMVVMM

Programmer
Aug 21, 2003
4
US
My application involves JMS communication between two trouble-ticketing applications, A & B. If A issues an XML ticket, I need JMS (via a message-driven-bean MDB) to send that XML message to B.

I have no problems with the JMS QueueReceiver or JAXB portions of this application. My question is that, since I have no client to actually create an instance of the MDB, will Weblogic create an instance of the MDB anyways, as long as my deployment descriptor is correct and properly setup? If I do the deployment descriptor correctly, will my MDB's onMessage() method be triggered upon receipt of a JMS message to the queue?

Thanks!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top