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

Camel SMPP Exchange not processing Deliver_SM request when multiple request sent for load testing

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Invalid
    • 2.9.5
    • 2.12.0
    • camel-smpp
    • Unknown

    Description

      When many Deliver_SM is passed to smpp endpoint configured in a route in camel. Some of them are not processed by exchange they are just discarded.

      The code is as follows:
      from(smppEndpoint)
      .process(new SmsMessageProcessor(channelMessagesBean))
      .otherwise().end();

      50 Deliver_SM request passed but 6 were rejected.

      May be there is need to increase the threads. If yes what is the procedure to do this?

      Attachments

        Activity

          People

            davsclaus Claus Ibsen
            saurabhmehan Saurabh Mehan
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: