[jira] [Commented] (CAMEL-10486) Google PubSub Component does not consume messages with parallel consumers

2016-12-02 Thread Andrea Cosentino (JIRA)

[ 
https://issues.apache.org/jira/browse/CAMEL-10486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15714625#comment-15714625
 ] 

Andrea Cosentino commented on CAMEL-10486:
--

We can wait for the new library from google and leave this open, but it doesn't 
make sense. I close this one and in case I will update the dependency directly

> Google PubSub Component does not consume messages with parallel consumers
> -
>
> Key: CAMEL-10486
> URL: https://issues.apache.org/jira/browse/CAMEL-10486
> Project: Camel
>  Issue Type: Bug
>Reporter: Evgeny Minkevich
> Fix For: 2.19.0
>
>
> Component: camel-google-pubsub
> When parallelConsumers option on an endpoint is assigned the value greater 
> than 1, the component will not be receiving messages.
> The issue has been traced to the underlying Google library used and I will 
> update the component once the fix is available. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CAMEL-10486) Google PubSub Component does not consume messages with parallel consumers

2016-12-02 Thread Claus Ibsen (JIRA)

[ 
https://issues.apache.org/jira/browse/CAMEL-10486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15714617#comment-15714617
 ] 

Claus Ibsen commented on CAMEL-10486:
-

Is there more work to this or did the last PR implement this?

> Google PubSub Component does not consume messages with parallel consumers
> -
>
> Key: CAMEL-10486
> URL: https://issues.apache.org/jira/browse/CAMEL-10486
> Project: Camel
>  Issue Type: Bug
>Reporter: Evgeny Minkevich
> Fix For: 2.19.0
>
>
> Component: camel-google-pubsub
> When parallelConsumers option on an endpoint is assigned the value greater 
> than 1, the component will not be receiving messages.
> The issue has been traced to the underlying Google library used and I will 
> update the component once the fix is available. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CAMEL-10486) Google PubSub Component does not consume messages with parallel consumers

2016-11-30 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CAMEL-10486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15710621#comment-15710621
 ] 

ASF GitHub Bot commented on CAMEL-10486:


GitHub user evmin opened a pull request:

https://github.com/apache/camel/pull/1325

CAMEL-10486: The consumer threading/message undelelivered issue fix

Google PubSub Component did not consume messages with parallel consumers.


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/evmin/camel CAMEL-10486

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/camel/pull/1325.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1325


commit ea3991fd2ccacf39bd8bab3b77a2b309c61df52c
Author: Evgeny Minkevich 
Date:   2016-11-17T03:50:55Z

CAMEL-10486: The consumer threading/message undelelivered issue fix




> Google PubSub Component does not consume messages with parallel consumers
> -
>
> Key: CAMEL-10486
> URL: https://issues.apache.org/jira/browse/CAMEL-10486
> Project: Camel
>  Issue Type: Bug
>Reporter: Evgeny Minkevich
> Fix For: 2.19.0
>
>
> Component: camel-google-pubsub
> When parallelConsumers option on an endpoint is assigned the value greater 
> than 1, the component will not be receiving messages.
> The issue has been traced to the underlying Google library used and I will 
> update the component once the fix is available. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CAMEL-10486) Google PubSub Component does not consume messages with parallel consumers

2016-11-16 Thread Evgeny Minkevich (JIRA)

[ 
https://issues.apache.org/jira/browse/CAMEL-10486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15672591#comment-15672591
 ] 

Evgeny Minkevich commented on CAMEL-10486:
--

[~ancosen] I got the fix, it is good for the time being, but not really 
elegant. How much time do I have before submitting it? I would like to wait a 
week or so. What are the timelines for 2.19 release?

> Google PubSub Component does not consume messages with parallel consumers
> -
>
> Key: CAMEL-10486
> URL: https://issues.apache.org/jira/browse/CAMEL-10486
> Project: Camel
>  Issue Type: Bug
>Affects Versions: 2.19.0
>Reporter: Evgeny Minkevich
>
> Component: camel-google-pubsub
> When parallelConsumers option on an endpoint is assigned the value greater 
> than 1, the component will not be receiving messages.
> The issue has been traced to the underlying Google library used and I will 
> update the component once the fix is available. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CAMEL-10486) Google PubSub Component does not consume messages with parallel consumers

2016-11-15 Thread Andrea Cosentino (JIRA)

[ 
https://issues.apache.org/jira/browse/CAMEL-10486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15669676#comment-15669676
 ] 

Andrea Cosentino commented on CAMEL-10486:
--

[~emin], thanks!

> Google PubSub Component does not consume messages with parallel consumers
> -
>
> Key: CAMEL-10486
> URL: https://issues.apache.org/jira/browse/CAMEL-10486
> Project: Camel
>  Issue Type: Bug
>Affects Versions: 2.19.0
>Reporter: Evgeny Minkevich
>
> Component: camel-google-pubsub
> When parallelConsumers option on an endpoint is assigned the value greater 
> than 1, the component will not be receiving messages.
> The issue has been traced to the underlying Google library used and I will 
> update the component once the fix is available. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CAMEL-10486) Google PubSub Component does not consume messages with parallel consumers

2016-11-15 Thread Evgeny Minkevich (JIRA)

[ 
https://issues.apache.org/jira/browse/CAMEL-10486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15668440#comment-15668440
 ] 

Evgeny Minkevich commented on CAMEL-10486:
--

[~ancosen] JFYI - there is a bug in the underlying library. Found in UAT of our 
project. Will keep the case updated - working with Google to fix it up.

> Google PubSub Component does not consume messages with parallel consumers
> -
>
> Key: CAMEL-10486
> URL: https://issues.apache.org/jira/browse/CAMEL-10486
> Project: Camel
>  Issue Type: Bug
>Affects Versions: 2.19.0
>Reporter: Evgeny Minkevich
>
> Component: camel-google-pubsub
> When parallelConsumers option on an endpoint is assigned the value greater 
> than 1, the component will not be receiving messages.
> The issue has been traced to the underlying Google library used and I will 
> update the component once the fix is available. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)