The only difference to the default SimpleMessageConverter is that BytesMessage is handled differently: namely, without using the getBodyLength()
method which has been introduced in JMS 1.1 and is therefore not available on a JMS 1.0.2 provider.
@author Juergen Hoeller
@since 1.1.1
@see javax.jms.BytesMessage#getBodyLength()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|