[
https://issues.apache.org/jira/browse/QPID-5920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14079062#comment-14079062
]
Rob Godfrey commented on QPID-5920:
-----------------------------------
I'm not an expert on ActiveMQ, but I believe there is some constraint that
topic names need to be prefixed with "topic:" or something similar (I think
conceptually the namespaces for queues and topics are different, whereas AMQP
has a single namespace), you're probably better off asking the ActiveMQ guys
about how you need to specify addresses when using AMQP 1.0.
> Connecting Kaazing to ActiveMQ using quid amqp 1.0 client cause topic
> subscription issues
> -----------------------------------------------------------------------------------------
>
> Key: QPID-5920
> URL: https://issues.apache.org/jira/browse/QPID-5920
> Project: Qpid
> Issue Type: Bug
> Components: JMS AMQP 1.0 Client
> Environment: mac osx ML
> Reporter: are
> Priority: Blocker
> Labels: javascript
> Original Estimate: 24h
> Remaining Estimate: 24h
>
> Registering a new topic from kaazing and connecting to ActiveMQ using jms
> amqp 1.0 client. When looked into ActiveMQ web console and you will see topic
> gets registered under Queues, any reason. Also, if we use default JMS
> configuration all works well.?
> <connection.factory.name>ConnectionFactory</connection.factory.name>
>
> <context.lookup.topic.format>dynamicTopics/%s</context.lookup.topic.format>
>
> <context.lookup.queue.format>dynamicQueues/%s</context.lookup.queue.format>
>
> <env.java.naming.factory.initial>org.apache.activemq.jndi.ActiveMQInitialContextFactory</env.java.naming.factory.initial>
>
> <env.java.naming.provider.url>tcp://${gateway.hostname}:61616</env.java.naming.provider.url>
>
> <!--<connection.factory.name>qpidConnectionFactory</connection.factory.name>
>
> <context.lookup.topic.format>dynamicTopics/%s</context.lookup.topic.format>
>
> <context.lookup.queue.format>dynamicQueues/%s</context.lookup.queue.format>
> <env.java.naming.factory.initial>org.apache.qpid.amqp_1_0.jms.jndi.PropertiesFileInitialContextFactory</env.java.naming.factory.initial>
>
> <env.java.naming.provider.url>GATEWAY_HOME/bin/qpid_jndi.properties</env.java.naming.provider.url>
> <destination.strategy>session</destination.strategy>-->
--
This message was sent by Atlassian JIRA
(v6.2#6252)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]