You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/servicebus/microsoft-azure-servicebus/src/main/java/com/microsoft/azure/servicebus/MessageConverter.java
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -131,14 +131,20 @@ public static Message convertAmqpMessageToBrokeredMessage(org.apache.qpid.proton
131
131
// Header
132
132
// Delivery count for service bus starts from 1, for AMQP it starts from 0.
Copy file name to clipboardExpand all lines: sdk/servicebus/microsoft-azure-servicebus/src/main/java/com/microsoft/azure/servicebus/management/QueueDescription.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -399,7 +399,7 @@ public void setUserMetadata(String userMetadata) {
399
399
this.userMetadata = userMetadata;
400
400
}
401
401
402
-
booleangetSupportOrdering() {
402
+
booleanisSupportOrdering() {
403
403
if (this.isSupportOrderingExplicitlySet) {
404
404
returnthis.supportOrdering;
405
405
} else {
@@ -442,7 +442,7 @@ public boolean equals(Object o) {
0 commit comments