Hi James,
I am using camel in my example and implementing wiretap pattern.But no
luck still upto now.And i have seen this post.
Please correct me if i am wrong:
Using below eip pattern it is working fine.But i am not getting how to
do using camel
<eip:wire-tap service="hello:routingService"
endpoint="validationEndpoint">
<eip:target>
<eip:exchange-target service="hello:BeanService" />
</eip:target>
<eip:inListener>
<eip:exchange-target service="hello:JMSProviderService" />
</eip:inListener>
</eip:wire-tap>
I need to implement this in camel.How can i do?
My JMSProviderService (mep=in-only) and my BeanService (in-out).I got stuck,
help me out.
Sandeep.
James.Strachan wrote:
>
> On 27/02/2008, Sebastian Gomez <[EMAIL PROTECTED]> wrote:
>> Hi!
>>
>> I'm using Camel with Servicemix, and I wanted to implement a Wiretap.
>> I've tried loads of combinations in the CamelContext.xml file to make
>> it work, but ServiceMix keeps saying there's something wrong.
>>
>> For example: (using http://activemq.apache.org/camel/wire-tap.html
>> format)
>>
>> <route>
>> <from uri= "jbi:service:http://my.namespace//wiretap" />
>> <to>
>> <uri>jbi:service:http://my.namespace//destination1</uri>
>> <uri>jbi:service:http://my.namespace//destination2"</uri>
>> </to>
>> </route>
> Sorry this is old XML from 1.0.0; we've since changed this to use
> JAXB2 and create a nice XSD and during the transition the XML changed
> a little. Try this...
>
> <route>
> <from uri="jbi:service:http://my.namespace//wiretap" />
> <to uri="jbi:service:http://my.namespace//destination1"/>
> <to uri="jbi:service:http://my.namespace//destination2"/>
> </route>
>
>
> --
> James
> -------
> http://macstrac.blogspot.com/
>
> Open Source Integration
> http://open.iona.com
>
>
--
View this message in context:
http://www.nabble.com/Help-with-WireTap-please%21-%28Noob%29-tp15710292s22882p17841470.html
Sent from the Camel - Users mailing list archive at Nabble.com.