diff --git a/README.adoc b/README.adoc index 5f3266a..6898e09 100644 --- a/README.adoc +++ b/README.adoc @@ -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'] @@ -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