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

[jira] Created: (CAMEL-1242) Prevent camel-cometd component from consuming messages when no client has subscribed to channel

Prevent camel-cometd component from consuming messages when no client has subscribed to channel
-----------------------------------------------------------------------------------------------

                 Key: CAMEL-1242
                 URL: https://issues.apache.org/activemq/browse/CAMEL-1242
             Project: Apache Camel
          Issue Type: Improvement
    Affects Versions: 2.0.0
         Environment: All
            Reporter: Stephen Joyner
            Priority: Minor
             Fix For: 2.0.0


The camel-cometd component will consume all messages sent to it whether it has a client subscribed to its enpoint channel or not. It would be preferable for the component not to consume messages until it has a subscribed client to receive the messages.

As it is currently written, the component "eats" messages, and this doesn't seem to be a desirable function.

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


[jira] Updated: (CAMEL-1242) Prevent camel-cometd component from consuming messages when no client has subscribed to channel

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

Claus Ibsen updated CAMEL-1242:
-------------------------------

    Fix Version/s:     (was: 2.0.0)
                   2.1.0

> Prevent camel-cometd component from consuming messages when no client has subscribed to channel
> -----------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-1242
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1242
>             Project: Apache Camel
>          Issue Type: Improvement
>    Affects Versions: 2.0.0
>         Environment: All
>            Reporter: Stephen Joyner
>            Priority: Minor
>             Fix For: 2.1.0
>
>
> The camel-cometd component will consume all messages sent to it whether it has a client subscribed to its enpoint channel or not. It would be preferable for the component not to consume messages until it has a subscribed client to receive the messages.
> As it is currently written, the component "eats" messages, and this doesn't seem to be a desirable function.

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