Hi, I have web service whose method gets invoked when I send message to queue. The replyTo queue is also being returned the results of method. I would like to forward the message (formatted at text/csv and not xml) in web method to additional queue. Since CXF is internally handling returning message to replyTo queue I would like to know exactly how it doing it so I can leverage it.
When I try to mix Spring JMS / ActiveMQ in cxf-servlet.xml I get error such as below: Cannot convert value of type [org.springframework.jms.connection.SingleConnectionFactory] to required type [javax.jms.ConnectionFactory] for property 'connectionFactory': no matching editors or conversion strategy found Regards, Miten. -- View this message in context: http://cxf.547215.n5.nabble.com/webservice-to-jms-queue-active-mq-not-publisher-subscriber-tp5669937p5669937.html Sent from the cxf-user mailing list archive at Nabble.com.
