We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c744264 commit dab7debCopy full SHA for dab7deb
src/test/java/com/rabbitmq/client/amqp/impl/SourceFiltersTest.java
@@ -361,7 +361,7 @@ void streamFilteringWithClientSideFiltering() {
361
@BrokerVersionAtLeast(RABBITMQ_4_1_0)
362
void filterExpressionApplicationProperties() {
363
int messageCount = 10;
364
- UUID uuid = UUID.randomUUID();
+ UUID uuid = UUID.nameUUIDFromBytes("foobar".getBytes(UTF_8));
365
long now = System.currentTimeMillis();
366
byte[] binary = "hello".getBytes(UTF_8);
367
publish(messageCount, msg -> msg.property("foo", true));
0 commit comments