[ 
https://issues.apache.org/activemq/browse/CAMEL-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=56673#action_56673
 ] 

Hadrian Zbarcea commented on CAMEL-1472:
----------------------------------------

Ashwin,

Not at all. There is very clear semantic distinction between the components, 
endpoints, processors, producers, consumers and a few more core Camel 
concepts.. Components abstract one or a set of related technologies, such as 
protocols, languages, dataformats, etc. Endpoints represent abstractions of 
interaction points with a system that uses said technologies. Consumers are the 
entities that can accept messages using a protocol, and pass it down to a 
processor, Producers are entities that get a messages from some producers and 
pass them along to an (external) system using a protocol. The key artifact that 
binds all this together is the uri that allows you to: uniquely identify an 
endpoint, determine what component implements it and provides the configuration 
that determines endpoint behavior.

I like Claus' suggestion of uri {{"lucene:<action>:<config>"}}. It's clean and 
does not require any change in the core.

That said, another nice contribution! Many thanks and keep them coming.

> Lucene Component
> ----------------
>
>                 Key: CAMEL-1472
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1472
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Claus Ibsen
>            Assignee: Ashwin Karpe
>             Fix For: Future
>
>         Attachments: camel-lucene-20091227.patch, camel-lucene.zip
>
>
> We should add a new component for Apache Lucene integration

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to