Demo Spring Boot project for a JMS producer and consumer
A few items related to JMS need to be configured in the EAP 7.2 server in order for this example to work.
- A new user
guest:guestin groupguestneeds to be created. - A JMS queue with the name
mailboxand the JNDI namejava:jboss/exported/jms/queue/mailboxneeds to be created.