Skip to content

Commit

Permalink
Added information about creating the Queue
Browse files Browse the repository at this point in the history
  • Loading branch information
smillidge authored May 10, 2017
1 parent 7231be7 commit ce9da2d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Payara-Micro/JMS-Client-Example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ For this example to run you must first install ActiveMQ and ensure it is running
You must also download the ActiveMQ rar file, in particular version activemq-rar-5.14.5. If you have a different download
version of ActiveMQ, modify the source code that refers to the rar to the same version as you have downloaded.

Once ActiveMQ is running create a queue called TESTQ.

To run the application on Payara Micro once built ensure that you deploy both the rar file and the ejb jar.

```shell
Expand All @@ -20,4 +22,4 @@ When the application is running you should see output like;

```shell
Got message ActiveMQTextMessage {commandId = 13, responseRequired = true, messageId = ID:MintyFresh-36284-1494434785461-3:1:2:1:1, originalDestination = null, originalTransactionId = null, producerId = ID:MintyFresh-36284-1494434785461-3:1:2:1, destination = queue://TESTQ, transactionId = null, expiration = 0, timestamp = 1494434795008, arrival = 0, brokerInTime = 1494434795008, brokerOutTime = 1494434795010, correlationId = null, replyTo = null, persistent = true, type = null, priority = 4, groupID = null, groupSequence = 0, targetConsumerId = null, compressed = false, userID = null, content = org.apache.activemq.util.ByteSequence@2fee6b02, marshalledProperties = null, dataStructure = null, redeliveryCounter = 0, size = 0, properties = null, readOnlyProperties = true, readOnlyBody = true, droppable = false, jmsXGroupFirstForConsumer = false, text = This is a test at Wed May 10 17:46:35 BST 2017}
```
```

0 comments on commit ce9da2d

Please sign in to comment.