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 wire level protocol?
Does JMS specification define transactions?
What is the difference between the P2P (Peer to Peer) model and subscribe model?
Why do the JMS dbms_aqadm.add_subscriber and dbms_aqadm.remove_subscriber calls sometimes hang when there are concurrent enqueues or dequeues happening on the same queue to which these calls are issued?
What is the best message queue?
What is the difference between JMS and RPC (Remote Procedure Call)?
Can we send e-mail messages using JMS?
How does a sender application transport/send a message through jms?
What are Messages?
Which types of jdbc databases does weblogic jms support?
What is difference between queue and topic?
What happens when jms queue is full?