These steps establish baseline behavior for the sample message-driven bean (MDB) in JMS.
asant deploy-jms-resource asant deployThe server log should indicate that the MDB is successfully deployed.
install_dir
\domains\domain1\server1\applications\j2ee-apps\mdb-simple_1
, and run this command:appclient -client mdb-simpleClient.jar -name SimpleMessageClient -textauthThe console should display these lines:
Sending message: This is message 1 Sending message: This is message 2 Sending message: This is message 3The server log should display these lines:
MESSAGE BEAN: Message received: This is message 1 MESSAGE BEAN: Message received: This is message 2 MESSAGE BEAN: Message received: This is message 3
TIBCO Enterprise Message Service™ Application Integration Guide Software Release 4.3, February 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |