Skip to content
This repository has been archived by the owner on Nov 6, 2018. It is now read-only.

How to override default queue prefix used by Artemis #465

Open
wingedfox opened this issue Oct 19, 2016 · 0 comments
Open

How to override default queue prefix used by Artemis #465

wingedfox opened this issue Oct 19, 2016 · 0 comments

Comments

@wingedfox
Copy link

Hi,

I'm trying to use activemq from my nodejs-based app in Kubernetes/Fabric8 environment and figured out that I have to use prefix jms.queue every time I need to send or receive messages, otherwise I get

AMQP connection:errorReceived AmqpProtocolError: amqp:internal-error:AMQ219003: error finding temporary queue, AMQ219002: target address does not exist

Is there a way to make Artemis create any queues, like ActiveMQ does?
Personally, I do not like the idea of implementation dependent queue naming.

Also, I do not see a way to create topic with
https://activemq.apache.org/artemis/docs/javadocs/javadoc-1.2.0/constant-values.html#org.apache.activemq.artemis.jms.client.ActiveMQDestination.JMS_TOPIC_ADDRESS_PREFIX, the same error happens.

PS: probably it is another issue, but I could not open Artemis console because of the empty responses from jolokia, but consoles from example producer and consumer work fine.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant