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
{{ message }}
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.
Would like to see more relevant errors when queues exchanges or bindings doesnt exist when running verify
13:02:50.668 ERROR - Response with HTTP status 401 Unauthorized, expected status code 200
13:02:50.669 ERROR - Failed to fetch existing bindings from com.meltwater.enrichment.social@/
com.meltwater.puppy.rest.RestClientException: Response with HTTP status 401 Unauthorized, expected status code 200
at com.meltwater.puppy.rest.RabbitRestClient.expect(RabbitRestClient.kt:212) ~[rabbit-puppy.jar:na]
at com.meltwater.puppy.rest.RabbitRestClient.getBindings(RabbitRestClient.kt:93) ~[rabbit-puppy.jar:na]
at com.meltwater.puppy.RabbitPuppy.bindings(RabbitPuppy.kt:220) [rabbit-puppy.jar:na]
at com.meltwater.puppy.RabbitPuppy.verify(RabbitPuppy.kt:96) [rabbit-puppy.jar:na]
at com.meltwater.puppy.RunKt.verify(Run.kt:122) [rabbit-puppy.jar:na]
at com.meltwater.puppy.RunKt.access$verify(Run.kt:1) [rabbit-puppy.jar:na]
at com.meltwater.puppy.Run.run(Run.kt:85) [rabbit-puppy.jar:na]
at com.meltwater.puppy.Main.main(Main.java:5) [rabbit-puppy.jar:na]
It should be a oneliner: "ERROR: Exchange doesnt exist for binding "
Everything needs to be split into smaller parts and checked individually, and if the exchange/queue doesnt exist then obviously binding doesnt exist
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Would like to see more relevant errors when queues exchanges or bindings doesnt exist when running verify
It should be a oneliner: "ERROR: Exchange doesnt exist for binding "
Everything needs to be split into smaller parts and checked individually, and if the exchange/queue doesnt exist then obviously binding doesnt exist
The text was updated successfully, but these errors were encountered: