Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

id of sent and received message is null #6

Open
jiridanek opened this issue May 3, 2023 · 0 comments
Open

id of sent and received message is null #6

jiridanek opened this issue May 3, 2023 · 0 comments

Comments

@jiridanek
Copy link
Member

docker run --network=host --rm -it quay.io/messaging/cli-proton-dotnet cli-proton-dotnet-sender --broker=amqp://admin:admin@localhost:61616 --log-msgs=json --count=1 --address=yaya --timeout=5 {"durable":false,"ttl":0,"delivery-count":0,"priority":4,"first-acquirer":false,"id":null,"to":null,"address":null,"reply-to":null,"subject":null,"creation-time":0,"absolute-expiry-time":0,"content-encoding":null,"content-type":"string","correlation-id":null,"user-id":null,"group-id":null,"group-sequence":0,"reply-to-group-id":null,"content":""} $ docker run --network=host --rm -it quay.io/messaging/cli-proton-dotnet cli-proton-dotnet-receiver --broker=amqp://admin:admin@localhost:61616 --log-msgs=json --count=1 --address=yaya --timeout=5 {"durable":false,"ttl":0,"delivery-count":0,"priority":4,"first-acquirer":false,"id":null,"to":null,"address":null,"reply-to":null,"subject":null,"creation-time":0,"absolute-expiry-time":0,"content-encoding":null,"content-type":"string","correlation-id":null,"user-id":null,"group-id":null,"group-sequence":0,"reply-to-group-id":null,"content":""}

compare this with cli-qpid-jms which prints id's just fine

docker run --network=host --rm -it quay.io/messaging/cli-java cli-qpid-sender --broker=amqp://admin:admin@localhost:61616 --log-msgs=json --count=1 --address=yaya --timeout=5 {"delivery-count":0,"address":"yaya","group-id":null,"subject":null,"user-id":null,"correlation-id":null,"content-encoding":null,"first-acquirer":false,"priority":4,"type":null,"ttl":0,"absolute-expiry-time":0,"content":null,"redelivered":false,"reply-to-group-id":null,"durable":true,"delivery-time":1683106490313,"group-sequence":0,"creation-time":1683106490313,"content-type":null,"id":"e0352584-cc4b-4c85-9922-811278ad87c1:1:1:1-1","reply-to":null,"properties":{"JMSXDeliveryCount":1}}

this breaks claire, so it is not something urgent, but should be looked into eventually

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant