You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Trey Sargent (JIRA)" <ji...@apache.org> on 2016/03/16 19:56:33 UTC

[jira] [Commented] (CAMEL-9566) camel-asf-ws component does not reconnect to the web socket

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

Trey Sargent commented on CAMEL-9566:
-------------------------------------

Take a look at the WsListener class.  The onClose() and onError() methods only log the issue and never raise the exception to the camel route.  https://github.com/apache/camel/blob/master/components/camel-ahc-ws/src/main/java/org/apache/camel/component/ahc/ws/WsEndpoint.java


> camel-asf-ws component does not reconnect to the web socket 
> ------------------------------------------------------------
>
>                 Key: CAMEL-9566
>                 URL: https://issues.apache.org/jira/browse/CAMEL-9566
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-ahc-ws
>    Affects Versions: 2.16.1
>         Environment: Any
>            Reporter: Mohit
>             Fix For: Future
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> Create a web socket consumer route 
> Ensure that the web socket provider is available
> Create connection to the web socket provider from the consumer
> Send a message from the provider (send to all)
> Message gets consumed in the consumer route
> Bring down the producer
> Bring up the producer 
> Create connection to the web socket provider from the consumer
> Send a message from the provider (send to all)
> Message is not printed as reconnect was not done



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