views:

18

answers:

0

How can I achieve reliability of web service in CXF ?

It is used in financial domain and involved in payment system, so requirement is that it must be 100% reliable and secure. for security I have added username/password authentication using ws-security (intercepter).

Do I need to use any Middleware (ActiveMQ) for transprot so that MQ provide reliability and security ?