gemmellr commented on code in PR #4421:
URL: https://github.com/apache/activemq-artemis/pull/4421#discussion_r1166521880


##########
artemis-commons/src/main/java/org/apache/activemq/artemis/api/core/QueueConfiguration.java:
##########
@@ -607,6 +645,16 @@ public QueueConfiguration setAutoCreated(Boolean 
autoCreated) {
       return this;
    }
 
+   /**
+    * Based on if the name or address uses FQQN when set
+    *
+    * defaults to {@code false}
+    * @return
+    */
+   public Boolean isFqqn() {
+      return fqqn == null ? false : fqqn;

Review Comment:
   It doesnt look to have really changed, its still mixing the return types as 
before?



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