You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "M Chen (JIRA)" <ji...@apache.org> on 2009/07/02 03:44:06 UTC

[jira] Created: (CAMEL-1782) connecting private chat consumer fails every other time

connecting private chat consumer fails every other time
-------------------------------------------------------

                 Key: CAMEL-1782
                 URL: https://issues.apache.org/activemq/browse/CAMEL-1782
             Project: Apache Camel
          Issue Type: Bug
          Components: camel-xmpp
    Affects Versions: 2.0-M2
         Environment: multiple -- linux, macos
            Reporter: M Chen


in using a private chat consumer in a route -- paraphrasing,

from("xmpp://server.where.ever:5222/recipient@where.ever? ...").process(...)

the first connect generally succeeds but no XMPP messages flow.

stopping later and restarting (second route) generally works properly with both connection and XMPP messages flowing.

tried with both jabber.org and talk.google.com


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


[jira] Commented: (CAMEL-1782) connecting private chat consumer fails every other time

Posted by "Stan Lewis (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-1782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=54397#action_54397 ] 

Stan Lewis commented on CAMEL-1782:
-----------------------------------

Yeah, this should definitely be working in trunk, there's a test I added that does this very thing.  M Chen, can you try 2.1-SNAPSHOT?

> connecting private chat consumer fails every other time
> -------------------------------------------------------
>
>                 Key: CAMEL-1782
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1782
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-xmpp
>    Affects Versions: 2.0-M2
>         Environment: multiple -- linux, macos
>            Reporter: M Chen
>            Assignee: Stan Lewis
>         Attachments: cameltest.tgz
>
>
> in using a private chat consumer in a route -- paraphrasing,
> from("xmpp://server.where.ever:5222/recipient@where.ever? ...").process(...)
> the first connect generally succeeds but no XMPP messages flow.
> stopping later and restarting (second route) generally works properly with both connection and XMPP messages flowing.
> tried with both jabber.org and talk.google.com

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


[jira] Assigned: (CAMEL-1782) connecting private chat consumer fails every other time

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

Claus Ibsen reassigned CAMEL-1782:
----------------------------------

    Assignee: Stan Lewis

Stan you did some fixes and updates to XMPP. Do you mind checking whether we have other issues with it.

Would be great to have a solid XMPP component with Camel.

> connecting private chat consumer fails every other time
> -------------------------------------------------------
>
>                 Key: CAMEL-1782
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1782
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-xmpp
>    Affects Versions: 2.0-M2
>         Environment: multiple -- linux, macos
>            Reporter: M Chen
>            Assignee: Stan Lewis
>         Attachments: cameltest.tgz
>
>
> in using a private chat consumer in a route -- paraphrasing,
> from("xmpp://server.where.ever:5222/recipient@where.ever? ...").process(...)
> the first connect generally succeeds but no XMPP messages flow.
> stopping later and restarting (second route) generally works properly with both connection and XMPP messages flowing.
> tried with both jabber.org and talk.google.com

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


[jira] Commented: (CAMEL-1782) connecting private chat consumer fails every other time

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-1782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=52636#action_52636 ] 

Claus Ibsen commented on CAMEL-1782:
------------------------------------

Can you post your entire route?

There could maybe be a glitch when using more than 1 xmpp endpoing.

And if you could prepare or write a little instructions how to reproduce with steps. Then we can quicker get started and look into this.

> connecting private chat consumer fails every other time
> -------------------------------------------------------
>
>                 Key: CAMEL-1782
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1782
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-xmpp
>    Affects Versions: 2.0-M2
>         Environment: multiple -- linux, macos
>            Reporter: M Chen
>
> in using a private chat consumer in a route -- paraphrasing,
> from("xmpp://server.where.ever:5222/recipient@where.ever? ...").process(...)
> the first connect generally succeeds but no XMPP messages flow.
> stopping later and restarting (second route) generally works properly with both connection and XMPP messages flowing.
> tried with both jabber.org and talk.google.com

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


[jira] Resolved: (CAMEL-1782) connecting private chat consumer fails every other time

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

Claus Ibsen resolved CAMEL-1782.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1.0

> connecting private chat consumer fails every other time
> -------------------------------------------------------
>
>                 Key: CAMEL-1782
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1782
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-xmpp
>    Affects Versions: 2.0-M2
>         Environment: multiple -- linux, macos
>            Reporter: M Chen
>            Assignee: Stan Lewis
>             Fix For: 2.1.0
>
>         Attachments: cameltest.tgz
>
>
> in using a private chat consumer in a route -- paraphrasing,
> from("xmpp://server.where.ever:5222/recipient@where.ever? ...").process(...)
> the first connect generally succeeds but no XMPP messages flow.
> stopping later and restarting (second route) generally works properly with both connection and XMPP messages flowing.
> tried with both jabber.org and talk.google.com

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


[jira] Updated: (CAMEL-1782) connecting private chat consumer fails every other time

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

M Chen updated CAMEL-1782:
--------------------------

    Attachment: cameltest.tgz

test case

> connecting private chat consumer fails every other time
> -------------------------------------------------------
>
>                 Key: CAMEL-1782
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1782
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-xmpp
>    Affects Versions: 2.0-M2
>         Environment: multiple -- linux, macos
>            Reporter: M Chen
>         Attachments: cameltest.tgz
>
>
> in using a private chat consumer in a route -- paraphrasing,
> from("xmpp://server.where.ever:5222/recipient@where.ever? ...").process(...)
> the first connect generally succeeds but no XMPP messages flow.
> stopping later and restarting (second route) generally works properly with both connection and XMPP messages flowing.
> tried with both jabber.org and talk.google.com

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


[jira] Commented: (CAMEL-1782) connecting private chat consumer fails every other time

Posted by "M Chen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-1782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=52653#action_52653 ] 

M Chen commented on CAMEL-1782:
-------------------------------

attaching a little test to demonstrate.

the test logs in as cameltest@jabber.org (pw: cameltest)
opens private chat to cameltest2@jabber.org (pw: cameltest2)
and consumes into a processor that prints what it got
(but nothing is received)
then stops and starts again
(and here you can see things being received)



> connecting private chat consumer fails every other time
> -------------------------------------------------------
>
>                 Key: CAMEL-1782
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1782
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-xmpp
>    Affects Versions: 2.0-M2
>         Environment: multiple -- linux, macos
>            Reporter: M Chen
>
> in using a private chat consumer in a route -- paraphrasing,
> from("xmpp://server.where.ever:5222/recipient@where.ever? ...").process(...)
> the first connect generally succeeds but no XMPP messages flow.
> stopping later and restarting (second route) generally works properly with both connection and XMPP messages flowing.
> tried with both jabber.org and talk.google.com

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