Glossary

point-to-point

One of the messaging styles provided by JMS. Here, a sender sends messages to a queue , which may be received by one and only one receiver .

publish-and-subscribe

One of the messaging styles provided by JMS. Here, a publisher sends messages to a topic , which may be received by one or more subscribers .