So I'm digging around the source, I think the issue might be related to the
nodeType of the nodeAutoCreationPolicies
= AMQChannel.java. lines 3040-3042 =
Queue.BehaviourOnUnknownDeclareArgument unknownArgumentBehaviour =
getConnection().getContextValue(Queue.Behav
Hi Alex,
Sorry, I tried to reply to this earlier and failed.
Unfortunately this configuration still doesn't work and I don't know how to
fix it.
The error hasn't changed. I'm still getting "Unsupported queue declare
argument(s) : x-expires"
If you (or anyone else for that matter) has any ideas
Hi,
I'm trying to use QPID in-memory for the purpose of an integration test against
a RabbitMQ consumer.
My application uses a RabbitMQ specific queue declaration argument (x-expires).
I've seen through googling that "queue.behaviourOnUnknownDeclareArgument:
Ignore" Will do what I want to do.