hello; JMS is the defined Java API for you to access Messaging systems(e.g defines a Message class). MDB is a new kind of EJB(runs inside the EJB container) that allows you to recieve messages from a Messaging system asynchronouslly(and act accodingally). MQSeries is a messaging system implementation(also refered as a provider). it provides the implementation of the JMS API. a simple general example: a client application uses the JMS API to created and send a textual message to a destination. that mesage goes through the messaging system provider(MQSeries) which routes that message to the destination which in this case is a MDB that upon message reception, logs the content of the message
-----Original Message----- From: Swaminathan K N [mailto:[EMAIL PROTECTED]] Sent: Monday, October 22, 2001 8:17 AM To: [EMAIL PROTECTED] Subject: JMS & MDB Hi, What is the relationship between JMS, MDB, MQSeries ? Can you give an example where all these things work together. Regards, Swaminathan K.N. **************************************************************************** This communication contains information, which is confidential and may also be privileged. It is for the exclusive use of the intended recipient(s). If you are not the intended recipient(s), please note that any distribution, printing, copying or use of this communication or the information in it is strictly prohibited. If you have received this communication in error, please notify the sender immediately and then destroy any copies of it. **************************************************************************** =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff EJB-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help". =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff EJB-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
