Axis and CXF Support
Connectivity > Containers > Axis and CXF Support
ActiveMQ Classic supports both Apache Axis and Apache CXF out of the box.
Axis support is @deprecated
Support for Axis is deprecated, and will be removed from ActiveMQ Classic 5.8 onwards.
Just add the required jars to your classpath and you should be able to use JMS transport support inside either web service framework to send and receive messages using ActiveMQ Classic queues or topics for reliable messaging.
For an example of using the JMS transport with Axis, consult JMS Transport reference or try looking at the JMS example that comes with bundled with Axis’ binary and source downloads.
For examples of using JMS transport with CXF, please see its JMS publish/subscriber sample and the JMS queue sample available in the CXF source and binary downloads.