reta commented on code in PR #940:
URL: https://github.com/apache/cxf/pull/940#discussion_r872427382
##########
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 this is the last issue I am looking at right now, there are no direct
equivalent in Artemis for advisories but we have other options to try out
(https://github.com/apache/cxf/pull/919#issuecomment-1068046546)
--
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]