Adapter for JMS terminology
- JMS provider a
messaging system that implements JMS
- Messages requests
and events containing business data that are consumed by enterprise
applications.
- PTP point-to-point
style or queue-based messaging
- Pub/Sub publish-and-subscribe
style or topic-based messaging
- JMS Destination represents
the source of, or target for, a message. In PTP messaging, a destination
is a queue. In Pub/Sub, a destination is a topic. This term is used
widely in the specification in both descriptions and actual property names
when either a queue or a topic could apply in a given situation.
- ASI Application-specific
information--metadata that appears as semicolon-delimited
name=value pairs in business and meta-objects.
