You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Dragisa Krsmanovic (JIRA)" <ji...@apache.org> on 2009/09/16 18:30:12 UTC

[jira] Created: (CAMEL-2019) Allow passing options to PollingConsumer from outside

Allow passing options to PollingConsumer from outside
-----------------------------------------------------

                 Key: CAMEL-2019
                 URL: https://issues.apache.org/activemq/browse/CAMEL-2019
             Project: Apache Camel
          Issue Type: Improvement
          Components: camel-core
    Affects Versions: 2.0.0
            Reporter: Dragisa Krsmanovic


I want something like:
...
.setHeader(Exchange.FILE_NAME).xpath("...")
.pollEnrich("file:/test/data", 10000)

But PollingConsumer API does not allow passing FILE_NAME from outside.

See http://www.nabble.com/pollEnrich-doesn%27t-look-for-FILE_NAME-ts25458854.html

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


[jira] Updated: (CAMEL-2019) Allow passing options to PollingConsumer from outside

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-2019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen updated CAMEL-2019:
-------------------------------

       Issue Type: New Feature  (was: Improvement)
    Fix Version/s: 3.0.0
                       (was: 2.5.0)

> Allow passing options to PollingConsumer from outside
> -----------------------------------------------------
>
>                 Key: CAMEL-2019
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2019
>             Project: Apache Camel
>          Issue Type: New Feature
>          Components: camel-core
>    Affects Versions: 2.0.0
>            Reporter: Dragisa Krsmanovic
>             Fix For: 3.0.0
>
>
> I want something like:
> {code}
> .setHeader(Exchange.FILE_NAME).xpath("...")
> .pollEnrich("file:/test/data", 10000)
> {code}
> But PollingConsumer API does not allow passing FILE_NAME from outside.
> See http://www.nabble.com/pollEnrich-doesn%27t-look-for-FILE_NAME-ts25458854.html

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


[jira] Updated: (CAMEL-2019) Allow passing options to PollingConsumer from outside

Posted by "Dragisa Krsmanovic (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-2019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dragisa Krsmanovic updated CAMEL-2019:
--------------------------------------

    Description: 
I want something like:
{code}
.setHeader(Exchange.FILE_NAME).xpath("...")
.pollEnrich("file:/test/data", 10000)
{code}

But PollingConsumer API does not allow passing FILE_NAME from outside.

See http://www.nabble.com/pollEnrich-doesn%27t-look-for-FILE_NAME-ts25458854.html

  was:
I want something like:
...
.setHeader(Exchange.FILE_NAME).xpath("...")
.pollEnrich("file:/test/data", 10000)

But PollingConsumer API does not allow passing FILE_NAME from outside.

See http://www.nabble.com/pollEnrich-doesn%27t-look-for-FILE_NAME-ts25458854.html


> Allow passing options to PollingConsumer from outside
> -----------------------------------------------------
>
>                 Key: CAMEL-2019
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2019
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 2.0.0
>            Reporter: Dragisa Krsmanovic
>
> I want something like:
> {code}
> .setHeader(Exchange.FILE_NAME).xpath("...")
> .pollEnrich("file:/test/data", 10000)
> {code}
> But PollingConsumer API does not allow passing FILE_NAME from outside.
> See http://www.nabble.com/pollEnrich-doesn%27t-look-for-FILE_NAME-ts25458854.html

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


[jira] Updated: (CAMEL-2019) Allow passing options to PollingConsumer from outside

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-2019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen updated CAMEL-2019:
-------------------------------

    Fix Version/s: 2.2.0

> Allow passing options to PollingConsumer from outside
> -----------------------------------------------------
>
>                 Key: CAMEL-2019
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2019
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 2.0.0
>            Reporter: Dragisa Krsmanovic
>             Fix For: 2.2.0
>
>
> I want something like:
> {code}
> .setHeader(Exchange.FILE_NAME).xpath("...")
> .pollEnrich("file:/test/data", 10000)
> {code}
> But PollingConsumer API does not allow passing FILE_NAME from outside.
> See http://www.nabble.com/pollEnrich-doesn%27t-look-for-FILE_NAME-ts25458854.html

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


[jira] Updated: (CAMEL-2019) Allow passing options to PollingConsumer from outside

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-2019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen updated CAMEL-2019:
-------------------------------

    Fix Version/s: 2.4.0
                       (was: 2.3.0)

> Allow passing options to PollingConsumer from outside
> -----------------------------------------------------
>
>                 Key: CAMEL-2019
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2019
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 2.0.0
>            Reporter: Dragisa Krsmanovic
>             Fix For: 2.4.0
>
>
> I want something like:
> {code}
> .setHeader(Exchange.FILE_NAME).xpath("...")
> .pollEnrich("file:/test/data", 10000)
> {code}
> But PollingConsumer API does not allow passing FILE_NAME from outside.
> See http://www.nabble.com/pollEnrich-doesn%27t-look-for-FILE_NAME-ts25458854.html

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (CAMEL-2019) Allow passing options to PollingConsumer from outside

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-2019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen updated CAMEL-2019:
-------------------------------

    Fix Version/s: 2.5.0
                       (was: 2.4.0)

> Allow passing options to PollingConsumer from outside
> -----------------------------------------------------
>
>                 Key: CAMEL-2019
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2019
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 2.0.0
>            Reporter: Dragisa Krsmanovic
>             Fix For: 2.5.0
>
>
> I want something like:
> {code}
> .setHeader(Exchange.FILE_NAME).xpath("...")
> .pollEnrich("file:/test/data", 10000)
> {code}
> But PollingConsumer API does not allow passing FILE_NAME from outside.
> See http://www.nabble.com/pollEnrich-doesn%27t-look-for-FILE_NAME-ts25458854.html

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