liferoad commented on code in PR #35386:
URL: https://github.com/apache/beam/pull/35386#discussion_r2173560376


##########
sdks/java/io/jms/src/main/java/org/apache/beam/sdk/io/jms/JmsIO.java:
##########
@@ -1226,8 +1226,6 @@ void connect() throws JMSException {
           } else if (spec.getTopic() != null) {
             this.destination = session.createTopic(spec.getTopic());
           }
-          // Create producer with null destination. Destination will be set 
with producer.send().

Review Comment:
   @stankiewicz what do you think?



-- 
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]

Reply via email to