Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am using IBM WebSphere Message Broker to process a JMS message. My message contains a Java object wrapped inside the JMSMessage (Object Message). I couldn't use any other parser other than BLOB in input node. How can I fetch the object from the BLOB domain in JMS Message using JavaCoumpute node? Please help me resolving this.

share|improve this question
1  
Did you try to access it through "InputRoot.BLOB.BLOB"? – J J Nov 19 '11 at 22:06
I would do this differently... Is your object very big? If not, I suggest you use a message of type TextMessage where you can use JAXB to marshall or unmarshall your objects – Pat B Jan 20 '12 at 14:24

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.