What is Byte Message ?
Answer / munnu
Byte Messages contains a Stream of uninterrupted bytes. Byte Message contains an array of primitive bytes in it's payload. Thus it can be used for transfer of data between two applications in their native format which may not be compatible with other Message types. It is also useful where JMS is used purely as a transport between two systems and the message payload is opaque to the JMS client.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the important part of JMS applications?
What is jndi? How is it related to jms?
Describe the concept of message driven bean clustering.
Is rabbitmq a jms?
How does spring jms listener work?
What is queue connection factory?
What is text message?
What is JMS application ?
Are foreign destinations handled within foreign jms messages?
What is publish/subscribe messaging?
How do I use a third-party jdbc driver with jms?
Name the messaging types supported by jms.