Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.5
-
None
Description
This is related to HCATALOG-546 and HCATALOG-548.
HCATALOG-548 allowed one to customize topic-creation for ActiveMQ notifications.
HCATALOG-546 redid JMS Notifications. But in the process, it overwrote changes in HCATALOG-548. (Specifically, it doesn't call getTopic() to create topics.)
This needs undoing. send() should call getTopic() instead of hard-coding how the topic is created.