You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Roman Syroeshko (JIRA)" <ji...@apache.org> on 2015/08/05 09:52:05 UTC

[jira] [Created] (QPID-6679) Unable to bound admin object for QpidDestinationProxy

Roman Syroeshko created QPID-6679:
-------------------------------------

             Summary: Unable to bound admin object for QpidDestinationProxy
                 Key: QPID-6679
                 URL: https://issues.apache.org/jira/browse/QPID-6679
             Project: Qpid
          Issue Type: Bug
          Components: JCA
    Affects Versions: 0.32
         Environment: WildFly 8.2.0.Final, JDK 1.8.0_45, Windows 8.1 x64.
            Reporter: Roman Syroeshko


When I put the followed XML in RA configuration the admin object is not bound:
{code:xml}
<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:
{code:xml}
<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>
{code}

Am I missing something, or bug takes place here?



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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org