Re: Configuring an in-memory QPID Broker-J 8.0.4 with behaviourOnUnknownDeclareArgument: ignore

2021-05-21 Thread Simon Baptista
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

Re: Configuring an in-memory QPID Broker-J 8.0.4 with behaviourOnUnknownDeclareArgument: ignore

2021-05-21 Thread Simon Baptista
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

Configuring an in-memory QPID Broker-J 8.0.4 with behaviourOnUnknownDeclareArgument: ignore

2021-03-30 Thread Simon Baptista
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.