WebSphere - Explain about websphere MQ Real time transport

Explain about WebSphere MQ Real time transport.

It is a lightweight protocol. This protocol is optimized for use with messages that are non-persistent. WebSphere MQ Real Time Transport is utilized only by JMS clients.

WebSphere MQ Real Time Transport is right suitable for the applications to send large number of messages. All the applications that use this protocol must rely on TCP/IP for quality considerations and which do not require persistent delivery. For example, this protocol can be used in situations where the data is updated very frequently, such as stock market share values, updating scoreboard of a sporting event.

Explain about WebSphere MQ Real time transport.

1. WebSphere MQ Real-time Transport is a lightweight protocol optimized for use with nonpersistent messaging.

2. It is used by JMS clients, and provides high levels of scalability and message throughput.

3. WebSphere MQ Real-time Transport is ideal for applications where large numbers of messages need to be sent or where messages need to be sent to large numbers of client applications.

4. The WebSphere MQ Real-time Transport does not provide any facilities for persistent messaging or durable subscriptions.
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...
Explain how to set classpath in ANT
Explain how to set classpath in ANT - The following is the code snippet to set the classpath in ant:....
Post your comment