reta commented on code in PR #940:
URL: https://github.com/apache/cxf/pull/940#discussion_r879776795
##########
services/wsn/wsn-core/src/main/java/org/apache/cxf/wsn/jms/JmsPublisher.java:
##########
@@ -128,54 +120,6 @@ protected void validatePublisher(RegisterPublisher
registerPublisherRequest)
@Override
protected void start() throws PublisherRegistrationFailedFault {
- if (demand) {
- try {
- producers = new HashMap<>();
- advisories = new ArrayList<>();
- for (TopicExpressionType topic : this.topic) {
Review Comment:
@jimma ActiveMQ's advisories have been re-implemented using ActiveMQ Artemis
management notifications :-) I think we are good to go with this one
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]