Routing soap-over-jms to remote http webservice

2011-12-09 Thread pwanner
Hi everybody, We actually have http web services commonly used. I want now to expose these webservices through jms. I modified the cxf client to use the soap-over-http transport like this: I now have a multipart soap messa

Re: Problem with ActiveMQ to Weblogic route

2011-07-15 Thread pwanner
The jira http://issues.apache.org/jira/browse/AMQ-3401 issue has been created. Thank you all for your help. -- View this message in context: http://camel.465427.n5.nabble.com/Problem-with-ActiveMQ-to-Weblogic-route-tp4578300p4590649.html Sent from the Camel - Users mailing list archive at Nab

Re: Problem with ActiveMQ to Weblogic route

2011-07-14 Thread pwanner
Yes this class is part of activemq-core-5.5.0.jar. I did a modification that works correctly reflecting the Destination parameter to check if in the case of weblogic.jms.common.DestinationImpl is has the isQueue and isTopic methods that could help to determine between Queue and Topic. As the prob

Re: Problem with ActiveMQ to Weblogic route

2011-07-13 Thread pwanner
Thank you for your answer Ashwin. Actualy I found from where the error comes : The JNDI lookup to Weblogic return a weblogic.jms.common.DestinationImpl instance that is the Weblogic generic implementation for Queue and Topic. In the org.apache.activemq.command.ActiveMQDestination class the trans

Problem with ActiveMQ to Weblogic route

2011-07-12 Thread pwanner
Hi everybody, I'm having trouble with a Camel route from ActiveMq to Weblogic. The use case is very simple, I have a Tomcat and an ActiveMq instance on the same server. The application in Tomcat is posting in the local ActiveMQ and the Camel route is forwarding the message to the queue in Weblogi