-
Enhancement
-
Resolution: Done
-
Minor
-
7.0 Beta-2, 7.0
-
None
Two issues with this section (https://doc-stage.usersys.redhat.com/documentation/en/red-hat-jboss-a-mq/7.0-Beta/single/using-the-jboss-a-mq-jms-client/#terms_and_concepts):
The definitions in table in the beginning of this section do not seem very useful.
...
Message consumer | A channel for receiving messages from a destination
Destination | A named location for messages, either a queue or a topic
Queue | A stored sequence of messages
Topic | A stored sequence of messages for read-only distribution
Message | A mutable holder of application content
I suggest to 1) give names of JMS interfaces that describe these objects (Message is javax.jms.Message, and so on) 2) Change definition of Topic, because it sounds weird to me. What is read-only distribution? 3) In case of Queue, it is not clear to me if you are talking about the object in JMS API or about actual queue on a broker. I think it should talk about the first.
"See the Java EE Tutorial for more information."
Link goes to Java EE6. Why not link Java EE7 tutorial? https://docs.oracle.com/javaee/7/tutorial/jms-concepts001.htm