[ 
https://issues.apache.org/jira/browse/AMQ-2773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Timothy Bish closed AMQ-2773.
-----------------------------

    Resolution: Not A Problem

The test case creates a TopicPublisher without an assigned destination, in 
which case there is no advisory message sent because the broker doesn't know 
what destination that producer will publish on.  If you assign it a Destination 
you will get the advisory.  The same is true for a standard producer, if you 
remove the destination from the createProducer call in the test it won't get an 
advisory message either.

> javax.jms.TopicPublisher is not announced via Advisory Topic
> ------------------------------------------------------------
>
>                 Key: AMQ-2773
>                 URL: https://issues.apache.org/jira/browse/AMQ-2773
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 5.3.2
>            Reporter: Felix Ehm
>             Fix For: 5.6.0
>
>         Attachments: ProducerAnnouncementTest.java
>
>
> When using a javax.jms.TopicPublisher object over a TopicSession, no 
> ActiveMQ.Advisory.Producer.Topic is created.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to