On 27/11/06, Rajith Attapattu <[EMAIL PROTECTED]> wrote:
Currently there is a problem with JMSMessage.setJMSType method. It throws the following exception. According to the spec we need to support this method. What I am suggesting is to not to throw this Exception, but rather have a log message. Thoughts ??
Hmm, yes I have no idea why we've implemented the JMSType handling in the way that we have. It is definitely wrong. I think fortunately it should be very simple to support properly: 1) the content header in AMQP has a type field 2) just fix it so that the value set by the user ends up in that header field rather than the value the system current sets. RG
