I want to use servicemix WS_Notification support to provide
notifications to external consumers.
The example, which I've run, shows the use of servicemix-http to
provide the binding needed to allow consumers to subscribe via SOAP.
I'm very unfamiliar with servicemix-http, but it appears to use an
embedded Jetty server. I'm deploying servicemix in a war in Tomcat,
so I'd like to avoid embedding a Jetty instance in Tomcat. To add to
the issue, I'm using JCA Flow which makes the using the httpBinding
Component problematic as well. Am I understanding servicemix-http
correctly? Is there a good alternative way to do this?
As always, thank you for your help,
BJ