Hi,
I am trying to implement a service provider which does not only support request-reponse and one-way operations, but also sends notifications via the JMS publish-subscribe mechanism. I know CXF doesn't support the notification/out-only MEP, but I thought I could use the consumer to declare a one-way operation which receives input from the topic to which the provider writes its messages. But how can I integrate this with my provider? Can I declare the consumer as a partner link, such as in the attachment?
If this doesn't work, is there another way to achieve integration to one service?