targetService in servicemix-xmpp binding component
--------------------------------------------------
Key: SMXCOMP-501
URL: https://issues.apache.org/activemq/browse/SMXCOMP-501
Project: ServiceMix Components
Issue Type: Improvement
Components: servicemix-xmpp
Affects Versions: servicemix-xmpp-2008.01, servicemix-xmpp-2009.01,
servicemix-xmpp-2009.02
Environment: Any
Reporter: John Yoo
I have been trying to implement an echo program, which consists of a
servicemix-xmpp binding component and a service engine.
The echo program receives messages from an IM client and returns back to it
with the same messages.
I have tried to transfer the messages from the xmpp binding component to the
service engine, but I could not find a way to do it.
For other binding components (such as servicemix-http/servicemix-mail),
there is the targetService attribute in xbean.xml or I can use MessageExchange
to transfer the messages.
However, servicemix-xmpp does not have targetService attribute. In addition,
there is no way I can use MessageExchange in XMPPMarshaler.java.
If I am not aware of a method or a trick to do, please inform me of it.
Otherwise, I would appreciate it if one of the developer would make the
enhancement.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.