The answer is to simply set the messageType property to binary. I'll blog my experience with an example when I get a chance.
Thanks! James On Tue, Dec 22, 2009 at 9:35 AM, James Carr <[email protected]> wrote: > Hi All, > > I have some existing services that were using CXF's SOAP over JMS > protocol to send JMS messages to a topic... we've changed the homebrew > infrastructure that listened to this topic with a more solid, open > source solution. However, the replacement reads JmsMessages of type > ObjectMessage rather than SOAP. The same values we used are used, > except as StringProperties on the ObjectMessage. > > Is there someway to replace the message format of my CXF client > service to produce ObjectMessages? > > Thanks, > James >
