Re: ActiveMQ 5.6 stomp object transformation

2012-06-26 Thread gpulido
ace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> > > >> > > > > > > -- > > View this message in context: > http://activemq.2283324.n4.nabble.com/ActiveMQ-5-6-stomp-objec

Re: ActiveMQ 5.6 stomp object transformation

2012-06-26 Thread Dejan Bosanac
is >> mechanism? >> >> Thank you in advance >> Regards >> >> Gabriel Pulido >> >> -- >>  If you reply to this email, your message will be added to the discussion >> below: >> >> http://activem

Re: ActiveMQ 5.6 stomp object transformation

2012-06-26 Thread gpulido
this email, your message will be added to the discussion > below: > > http://activemq.2283324.n4.nabble.com/ActiveMQ-5-6-stomp-object-transformation-tp4653524p4653543.html > To unsubscribe from ActiveMQ 5.6 stomp object transformation, click > here<http://activemq.2283324.n4.nabbl

Re: ActiveMQ 5.6 stomp object transformation

2012-06-25 Thread gpulido
Hello, Thanks for the answers. I'll check however why it worked with the activeMQ 5.4 and only changing the jar dependency to use the activeMQ 5.6 it stops working? The activeMq is started inside a java application, using the BrokerService class. How can I configure the annotatedClass property us

Re: ActiveMQ 5.6 stomp object transformation

2012-06-25 Thread Dejan Bosanac
A few things to check: 1) Do you have you class mapping set in activemq.xml, like org.apache.activemq.transport.stomp.SamplePojo 2) Do you have XStream dependency in your classpath? Regards -- Dejan Bosanac Senior Software Engineer | FuseSource Corp. dej...@fusesource.com

Re: ActiveMQ 5.6 stomp object transformation

2012-06-24 Thread Timothy Bish
On Sun, 2012-06-24 at 04:32 -0700, gpulido wrote: > Hello, > > I'm trying to send a message from a Stomp client to a embedded instance of > an ActiveMQ 5.6. > > The message is an xml representation of an object, so when I send it to the > queue using stomp I add the transformation keys to the he

ActiveMQ 5.6 stomp object transformation

2012-06-24 Thread gpulido
Hello, I'm trying to send a message from a Stomp client to a embedded instance of an ActiveMQ 5.6. The message is an xml representation of an object, so when I send it to the queue using stomp I add the transformation keys to the header: "transformation:jms-object-xml" When I send the message t