Re: Best way to send XML via JMS for POJO Marshalling

2010-03-25 Thread Dejan Bosanac
imple and just carry simple data with collections of other > classes and pimitive types. Objects are small, probably avg 500 bytes and > worst is 2-3kb. Performance isn't a big concern. Application is ok with > 10/msg per sec. What do you recommend as best way? > -- > View this mes

Re: Best way to send XML via JMS for POJO Marshalling

2010-03-25 Thread Timothy Bish
On Thu, 2010-03-25 at 08:59 -0700, gorca wrote: > I have java producer and consumer. I want to send POJO object between them. I > prefer not use java serialization so other application like .NET can use > server in future. And it's also good when debugging. > > I think JMS TextMessage with XML con

Best way to send XML via JMS for POJO Marshalling

2010-03-25 Thread gorca
other classes and pimitive types. Objects are small, probably avg 500 bytes and worst is 2-3kb. Performance isn't a big concern. Application is ok with 10/msg per sec. What do you recommend as best way? -- View this message in context: http://old.nabble.com/Best-way-to-send-XML-via-JM