WebSphere - Explain the attribute CHANNEL in websphere MQ

Explain the attribute CHANNEL in WebSphere MQ.

A channel is a connection that is to establish a link between sending channel and receiving channel. A channel has a sender channel at the local queue manager and receiver channel at the remote queue manager. These two channels consist of same name, and together make one channel.

The CHANNEL attribute is used with WebSphere MQ applications, to specify the channels for receiving and sending messages in a file that defines sender and receiver channels.

Explain the attribute CHANNEL in WebSphere MQ.

1. The attributes of a channel are chosen to be optimal for a given set of circumstances for each channel. However, when the channel is running, the actual values may have changed during startup negotiations.
2. Many attributes have default values, and you can use these for most channels.
3. In WebSphere MQ for iSeries, most attributes can be specified as *SYSDFTCHL, which means that the value is taken from the system default channel in your system.
WebSphere - Explain about websphere MQ Real time transport
Websphere MQ Real time transport - It is a lightweight protocol. This protocol is optimized for use with messages that are non-persistent.....
Explain the concepts and capabilities of ANT
Concepts and capabilities of ANT - Ant is a build tool that is java based. A build tool performs the following tasks:..
Explain how to start to use ANT and provide a "Hello World" ant script
How to start to use ANT and provide a Hello World ant script - Before start using ant, we should be clear about the project name and the .java files and most importantly, the path where the .class files are to be placed...
Post your comment