Uploaded image for project: 'ActiveMQ .Net'
  1. ActiveMQ .Net
  2. AMQNET-274

Failover Transport URI parameters should be prefixed with "transport."

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.3.0
    • 1.4.0
    • ActiveMQ
    • None

    Description

      The parsing of transport-specific properties is standardized to have the prefix of "transport.". However, the failover transport factory does not parse them correctly.

      Examples:

      The following works –

      activemq:tcp://localhost:61616?transport.RequestTimeout=1000

      but it will fail if the URI is switched to use the failover transport –

      activemq:failover:tcp://localhost:61616?transport.RequestTimeout=1000

      Current implementation requires the removal of the "transport." prefix, which is incorrect –

      activemq:failover:tcp://localhost:61616?RequestTimeout=1000

      Attachments

        Activity

          People

            jgomes Jim Gomes
            jgomes Jim Gomes
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - 0.5h
                0.5h
                Remaining:
                Remaining Estimate - 0.5h
                0.5h
                Logged:
                Time Spent - Not Specified
                Not Specified