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

2016-03-08 Thread Andrei Shakirin
Hi Tobias, The solution with two JMS brokers should work, alternatively I see the following options: 1) Using CXF Failover feature http://cxf.apache.org/docs/jax-rs-failover.html In this case Proxies and WebClients can be configured to failover to the same (or alternate) addresses in case

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