Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-9665

camel-ahc-ws Consumer does not connect

Attach filesAttach ScreenshotVotersWatch issueWatchersCreate sub-taskLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.16.1
    • 2.15.6, 2.16.3, 2.17.0
    • camel-ahc-ws
    • None
    • Unknown

    Description

      WsEndpoint.connect(WsConsumer) should connect to the WebSocket server in case this is not already done.

      The test case (WsProducerConsumerTest.java) only works, since the producer is connecting first and the consumer is using the same connection. If no producer is used, then no connection is created and the consumer will not receive any messages.

      Suggestion:

        void connect(final WsConsumer wsConsumer)
        {
          this.consumers.add(wsConsumer);
      
          if (this.websocket == null || !this.websocket.isOpen())
          {
            this.connect();
          }
        }
      

      Attachments

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            davsclaus Claus Ibsen
            tom_guenter Thomas Günter
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment