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 subdeployment in weblogic jms?
Explain the process of Configuring Queues in Jms?
Explain how Application server handles the JMS Connection?
Can two jms servers share the same persistent store?
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 distributed queues and topics and how they works
Can jms be used to send an email?
What is jms and how it works?
Give an example of using the point-to-point model
How does a sender application transport/send a message through jms?
Is jmstemplate thread safe?
What is JMS API Architecture?