In other words, I've only been dealing with the CXF or JSR181 components. I now want to use the JMS binding component to send messages from my CXF service. I've been looking at the servicemix documentation, searching google and looking at the servicemix unit tests and I still just can't quite relate what I've done with creating a CXF service to how I would use the JMS component. I understand how JMS works and how the jms consumer and providers would work, but I guess I'm not sure how you communicate with them? This is probably because I'm used to configuring a proxy, such as using cxfse:proxy and then sending messages that way. Conceptually is there a way that the JMS binding component is used from a service to communicate with the outside world?