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'&durable='true'&autodelete='false'&exchangedurable='true'&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'&durable='true'&autodelete='false'&exchangedurable='true'&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]