[
https://issues.apache.org/jira/browse/ARTEMIS-412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15306508#comment-15306508
]
Lionel Cons commented on ARTEMIS-412:
-------------------------------------
I have tried again with the latest snapshot and the problem is still present :-(
Sending a message to the non existing {{jms.queue.test}} works fine and the
queue is created automatically.
Sending a message to the non existing {{jms.topic.test}} does not work and a
{{Destination does not exist}} error is reported.
Please auto-create the destination for topics like it is done already for
queues.
> Sending to a non existing topic using STOMP triggers an error
> -------------------------------------------------------------
>
> Key: ARTEMIS-412
> URL: https://issues.apache.org/jira/browse/ARTEMIS-412
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Components: Stomp
> Reporter: Lionel Cons
>
> If a STOMP client connects and sends a message to a non-existing topic (i.e.
> with no subscribers), this triggers an error: {{Destination does not exist}}.
> Here are the corresponding captured STOMP frames:
> {code}
> =>
> SEND
> destination:jms.topic.test.foo
> =>
> DISCONNECT
> receipt:942e9b8-56c6dfb2-6578-e02d-1
> <=
> ERROR
> message:AMQ339001\c Destination does not exist\c jms.topic.test.foo
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)