[ 
https://issues.apache.org/jira/browse/QPID-6679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Roman Syroeshko updated QPID-6679:
----------------------------------
    Description: 
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>
{code}
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?

  was:
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?


> 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
>              Labels: Destination
>
> 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>
> {code}
> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to