You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by abhijitpassi <ab...@accenture.com> on 2012/05/29 14:21:25 UTC

Writing a connector

How do we write a custom connector in servicemix?

--
View this message in context: http://servicemix.396122.n5.nabble.com/Writing-a-connector-tp5713407.html
Sent from the ServiceMix - Dev mailing list archive at Nabble.com.

Re: Writing a connector

Posted by abhijitpassi <ab...@accenture.com>.
my intention is to do anything that I could do with Mule ESB. 
For ex: in mule I could write a connector for stdio like this
<stdio:connector name="stdioConnector" promptMessage="Enter Airport Code:"
		messageDelayTime="500" outputMessage="Price:" />

How can I write something like this and how can I find the properties which
I can modify

--
View this message in context: http://servicemix.396122.n5.nabble.com/Writing-a-connector-tp5713407p5713426.html
Sent from the ServiceMix - Dev mailing list archive at Nabble.com.

Re: Writing a connector

Posted by Freeman Fang <fr...@gmail.com>.
Hi,

You need elaborate your scenario more, likely what's kind of the  
connector and what's the purpose of the connector, etc.

Freeman
On 2012-5-29, at 下午8:21, abhijitpassi wrote:

> How do we write a custom connector in servicemix?
>
> --
> View this message in context: http://servicemix.396122.n5.nabble.com/Writing-a-connector-tp5713407.html
> Sent from the ServiceMix - Dev mailing list archive at Nabble.com.

---------------------------------------------
Freeman Fang

FuseSource
Email:ffang@fusesource.com
Web: fusesource.com
Twitter: freemanfang
Blog: http://freemanfang.blogspot.com
http://blog.sina.com.cn/u/1473905042
weibo: http://weibo.com/u/1473905042











Re: Writing a connector

Posted by Karolis Petrauskas <k....@gmail.com>.
Maybe an ordinary Camel Processor would be sufficient?

Karolis

On Tue, May 29, 2012 at 3:21 PM, abhijitpassi
<ab...@accenture.com> wrote:
> How do we write a custom connector in servicemix?
>
> --
> View this message in context: http://servicemix.396122.n5.nabble.com/Writing-a-connector-tp5713407.html
> Sent from the ServiceMix - Dev mailing list archive at Nabble.com.