Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
IBM MQ
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
==MQ components== The core components of MQ are: * '''Message''': Messages are collections of [[binary file|binary]] or character (for instance [[ASCII]] or [[EBCDIC]]) data that have some meaning to a participating program. As in other [[communication protocol]]s, storage, routing, and delivery information is added to the message before transmission and stripped from the message prior to delivery to the receiving application. * '''Queue''': [[Message queue]]s are objects that store messages in an application. * '''Queue Manager''': a system service that provides a logical container for the message queue. It is responsible for transferring data to other queue managers via message channels. Although not strictly required for message-oriented middleware, is an IBM MQ prerequisite. Queue managers handle storage, timing issues, triggering, and all other functions not directly related to the actual movement of data. Programs integrated with IBM MQ use a consistent application program interface (API) across all platforms.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)