I went ahead and filed https://issues.apache.org/jira/browse/ARTEMIS-2605
for this. I hope there is some way to resolve this problem, as it means I
currently can't use my AMQP client with Artemis due to what looks like an
Artemis implementation issue.
Kind regards,
Dirkjan
On Thu, Jan 16, 2020 a
Thanks for your response! I don't think that actually fixes this problem,
though. If I leave off the source address and set "dynamic" to true on the
source, I do still end up in ServerSessionImpl.createQueue(), but my user
doesn't seem to have permission to start a temporary queue with the random
U
The way to create a temp queue is to attach a receiving link with a
source that sets 'dynamic' to true and with no address, instructing a
server to create a dynamic/temporary node. The 'reply' attach source
then contains its address (assuming success and that there is then a
source).
Robbie
On Mo
Hi there,
I'm still working on my reimplementation of an AMQP 1.0 client in Rust. I
have implemented all the bits that are required to send a message to my
target application, but I'm having trouble attaching to the second link
that is supposed to be used to receive the responses to the messages.