Re: Artemis 2.2.0, createTopic create an anycast when there is no consumer created

2017-08-04 Thread vchen1
Yes, I agree with you and thanks a lot for answer my question. -- View this message in context: http://activemq.2283324.n4.nabble.com/Artemis-2-2-0-createTopic-create-an-anycast-when-there-is-no-consumer-created-tp4729269p4729275.html Sent from the ActiveMQ - User mailing list archive at Nabble

Re: Artemis 2.2.0, createTopic create an anycast when there is no consumer created

2017-08-04 Thread Justin Bertram
> Is there a way to retrieve the message sent to the topic before receiver registered to the topic? No. This is basic publish-subscribe semantics. Only messages published after the subscription is created are received. Pre-creating the address with the desired routing-type is a work-around. I

Re: Artemis 2.2.0, createTopic create an anycast when there is no consumer created

2017-08-04 Thread vchen1
Further more, I have tested the following case: I pre-configured a topic in broker.xml: And test the same sequence as I described earlier: 1.) Start sender program first and send a message, and then start receiver. There is a multicast queue created after I started receiver. Howev

Re: Artemis 2.2.0, createTopic create an anycast when there is no consumer created

2017-08-04 Thread Justin Bertram
I think this may be a bug. If you send a message to a JMS topic then I believe the auto-created address should support multicast. Justin On Fri, Aug 4, 2017 at 10:25 AM, vchen1 wrote: > I just downloaded the latest Artemis 2.2.0 and trying to test it with > sending > message through a Topic.

Artemis 2.2.0, createTopic create an anycast when there is no consumer created

2017-08-04 Thread vchen1
I just downloaded the latest Artemis 2.2.0 and trying to test it with sending message through a Topic. Here is my config in broker.xml (Basically, it is default from the box):