MQ v6 Tutorial
MQ Series/MQ: - It is an IBM web sphere product which is evolved in 1990¶s. MQ series doestransportation from one point to other. It is an EAI tool (Middleware). Now it is renamed as WebSphereMQ.VERSIONS:-5.0, 5.1, 5.3, 6.0, 7.0(new version).Currently widely used version is 6.2Note: - MQ series supports more than 35+ operating systems. It is platform independent. For every OSwe have different MQ series software¶s.MQ series deals with two things, they are OBJECTS, SERVICES.In OBJECTS we have QUEUES CHANNELS PROCESS AUTHENTICATION QUERY MANAGER.In SERVICES we have LISTENERS.Objects: - objects are used to handle the transactions with the help of services.QUEUE MANAGER maintains all the objects and services.QUEUE: it is a database structure which stores messages until the application or program receivesmessages.TYPES OF QUEUES:- Local Queue Alias Queue Model Queue Remote Queue Repository QueueLocal Queue:- A queue is local if it is owned by the queue manager to which the application program is connected. It isused to store messages for programs that use the same queue manager. For Example, program A andprogram B each has a queue for incoming messages and another queue for outgoing messages. Sincethe queue manager serves both programs, all four queues are local.Note: Both programs do not have to run in the same workstation. Client workstations usually use a queuemanager in a server machine.Remote Queue:-The queue which holds the address of the remote queue manager where the message has to be sent or delivered.It is a logical queue where we cannot store the messages and get the messages.Note: To send the messages we use only Remote Queue, none other than thisMessage Flow from remote Queue³Remote queue-> Transmission queue-> Channel->Network receiver channel-> Local queue (finally themessage will reach here) ³CHANNEL Channel (123.456)channel name.CHLTYPE (SDR) sender channelTRPTYPE (TCP) Transport type using TCP protocolCONNAME (127.0.0.1)(1414)?the channel will connect to the IP address specified in the conn name and