activemq-artemis/examples/protocols/openwire/chat
brusdev a8c278a80e ARTEMIS-2790 Fix no examples documentation in the bin archive
Move the markdown generator for the examples to artemis-distribution.
2020-06-04 10:15:10 -04:00
..
src/main ARTEMIS-765 Improve Checkstyle 2016-09-30 11:12:09 -04:00
pom.xml ARTEMIS-2790 Fix no examples documentation in the bin archive 2020-06-04 10:15:10 -04:00
readme.md ARTEMIS-1562 Refactor example documentation 2017-12-15 14:54:16 +00:00

readme.md

Openwire Chat Example

This example will require multiple windows to be executed

Window 1:

mvn -Pserver verify

Window 2:

mvn -Pchat1 verify

Window 3:

mvn -Pchat2 verify

Window 4:

mvn -Pchat3 verify

You should be able to interact with the chat application:

Chat application:

The application user Chatter2 connects to the broker at tcp://localhost:61616.

The application will publish messages to the chat address.

The application also subscribes to that topic to consume any messages published there.

Type some text, and then press Enter to publish it as a TextMesssage from Chatter2.

Hello guys
Chatter2: Hello guys