Skip to content

Commit

Permalink
fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
siwany committed Jun 14, 2024
1 parent b16dca5 commit ea5cfca
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
:page-duration: 30 minutes
:page-releasedate: 2024-08-29
:page-description: Learn how to produce and consume messages in Java microservices by using Jakarta Messaging with Liberty Messaging Server, Liberty Messaging Server Client, and IBM MQ.
:page-tags: ['jakartaee']
:page-tags: ['jakarta-ee']
:page-permalink: /guides/{projectid}
:imagesdir: /img/guide/{projectid}
:page-related-guides: ['jakarta-websocket']
Expand Down Expand Up @@ -92,35 +92,35 @@ curl http://localhost:9085/inventory/systems

== Creating the message producer in the system service

- start the dev mode
- create and explain SystemService class
- replace the server.xml and explain the JMS configration
* start the dev mode
* create and explain SystemService class
* replace the server.xml and explain the JMS configration

== Creating the consumer in the inventory microservice

- start the dev mode
- Create and explain InventoryQueueListener class
- replace the server.xml and explain the JMS configration
* start the dev mode
* Create and explain InventoryQueueListener class
* replace the server.xml and explain the JMS configration

== Running the application

- similar to the https://openliberty.io/guides/cdi-intro.html#running-the-application
* similar to the https://openliberty.io/guides/cdi-intro.html#running-the-application

== Testing the inventory application

- similar to https://openliberty.io/guides/cdi-intro.html#testing-the-inventory-application
- explain the test
* similar to https://openliberty.io/guides/cdi-intro.html#testing-the-inventory-application
* explain the test

=== Running the tests

- similar to https://openliberty.io/guides/cdi-intro.html#running-the-tests
- stop the dev mode of the system and inventory services
* similar to https://openliberty.io/guides/cdi-intro.html#running-the-tests
* stop the dev mode of the system and inventory services

== Using IBM MQ - Optional

- start IBM MQ on Linux
- replace the server.xml of the system and inventory services
- start dev mode for the system and inventory services
- run the url
- run test on inventory dev mode
- tear down to stop IBM MQ and dev mode
* start IBM MQ on Linux
* replace the server.xml of the system and inventory services
* start dev mode for the system and inventory services
* run the url
* run test on inventory dev mode
* tear down to stop IBM MQ and dev mode

0 comments on commit ea5cfca

Please sign in to comment.