You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 6, 2018. It is now read-only.
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.
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.
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to use
activemq
from my nodejs-based app in Kubernetes/Fabric8 environment and figured out that I have to use prefixjms.queue
every time I need to send or receive messages, otherwise I getIs 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.
The text was updated successfully, but these errors were encountered: