jimma commented on code in PR #940:
URL: https://github.com/apache/cxf/pull/940#discussion_r880007057
##########
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:
@reta This is great. Thanks for the effort !
--
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]