RE: Asking for comments about cxf-rs with oneway jms transport

2016-03-08 Thread Andrei Shakirin
ng for comments about cxf-rs with oneway jms transport > > Hi, > this morning I created this issue (which is already solved, thx again): > https://issues.apache.org/jira/browse/CXF-6810. > > Note that in a comment, Sergey Beryozkin writes "So now we have > WebClient and p

Re: Asking for comments about cxf-rs with oneway jms transport

2016-03-01 Thread Sergey Beryozkin
Hi Tobi Using CXFRS client with JMS is indeed uncommon with the main reason being is that of course CXFRS is primarily meant to work with the HTTP targets. But with CXF being so flexible it ended up supporting non-HTTP targets too with some minor updates. So, ultimately, as far as the task

Asking for comments about cxf-rs with oneway jms transport

2016-03-01 Thread Tobias Schöneberg
Hi, this morning I created this issue (which is already solved, thx again): https://issues.apache.org/jira/browse/CXF-6810. Note that in a comment, Sergey Beryozkin writes "So now we have WebClient and proxies being able to use HTTP Api to send the messages over JMS which is unusual ;-)" Becaus