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 JMS application ?
What are the main component in JMS?
Does kafka support jms?
What is the difference between Byte Message and Stream Message?
Explain the process of Configuring Queues in Jms?
What is message oriented middleware?
What is the use of BytesMessage?
What is difference between jms and activemq?
What is the functionality of the oracle glassfish server? What added advantage it has on top of apache tomcat server?
What is a JMS client?
What is Byte Message ?
Why do the TopicSession.createDurableSubscriber and TopicSession.unubscribe calls raise JMSException with the message "ORA - 4020 - deadlock detected while trying to lock object"?