I need to make a simple publisher / subscriber in JMS, but I am full of doubts about the operation since I do not have much notion of architecture and implementation in Java.
I understand the operation can be done as follows:
Configure the JBoss server to start JMS. (I do not need any applications here.)
I create a client publisher and a subscriber client that connect to that JBoss server ...
I've seen an implementation reference for publisher / subscriber clients here: link and in that case both can be java SE applications, same desktop, correct?
Well, my question is this:
What am I thinking is correct?
How do I configure JMS on wildfly (new JBoss)? only in the standalone.xml file? how would it be?