Uploaded image for project: 'Qpid'
  1. Qpid
  2. QPID-6679

Unable to bound admin object for QpidDestinationProxy

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

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 0.32
    • None
    • JCA
    • WildFly 8.2.0.Final, JDK 1.8.0_45, Windows 8.1 x64.

    Description

      When I put the followed XML in RA configuration the admin object is not bound:

      <admin-object class-name="org.apache.qpid.ra.admin.QpidDestinationProxy" jndi-name="java:/comp/env/jms/TheDestination" pool-name="TheDestination">
          <config-property name="DestinationType">
              QUEUE
          </config-property>
          <config-property name="DestinationAddress">
              BURL:direct://TheExchange//TheQueueBehindTheExchange?routingkey='TheQueueBehindTheExchange'&amp;durable='true'&amp;autodelete='false'&amp;exchangedurable='true'&amp;exchangeautodelete='false'
          </config-property>
      </admin-object>
      

      At the same time the followed config works OK:

      <admin-object class-name="org.apache.qpid.ra.admin.QpidQueueImpl" jndi-name="java:/comp/env/jms/TheQueueBehindTheExchange" pool-name="TheQueueBehindTheExchange">
          <config-property name="DestinationAddress">
              BURL:direct://TheExchange//TheQueueBehindTheExchange?routingkey='TheQueueBehindTheExchange'&amp;durable='true'&amp;autodelete='false'&amp;exchangedurable='true'&amp;exchangeautodelete='false'
          </config-property>
      </admin-object>
      

      Am I missing something, or bug takes place here?

      Attachments

        Activity

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

          People

            Unassigned Unassigned
            RomanSyroeshko Roman Syroeshko

            Dates

              Created:
              Updated:

              Slack

                Issue deployment