blob: 5773e7cc6ea2a8dffcc08ec81169086d1b447940 [file] [log] [blame]
JMS Transport Demo using Document-Literal Style
===============================================
This sample demonstrates use of the Document-Literal style
binding over JMS transport using the pub/sub mechanism.
Unlike the jms_queue sample, this web service provides only
the one-way message exchange pattern (greetMeOneWay), not
the standard request-response model because you cannot ordinarily
have a single response for a request that has multiple subscribers.
Please review the README in the samples directory before
continuing.
This demo uses ActiveMQ Artemis as the JMS implementation for
illustration purposes only.
Building and running the demo using Maven
---------------------------------------
From the base directory of this sample (i.e., where this README file is
located), using either UNIX or Windows:
Using either UNIX or Windows:
mvn install (this will build the demo)
In separate command windows/shells:
mvn -Pjms.broker
mvn -Pserver
mvn -Pclient
To remove the code generated from the WSDL file and the .class
files, run "mvn clean".