});
final ConfiguredObjectRecord[] expected = {
new ConfiguredObjectRecord(new UUID(1, 0), "org.apache.qpid.server.model.Binding",
createBinding("key", DIRECT_EXCHANGE_ID, QUEUE_ID, "not-a-selector", "moo")),
new ConfiguredObjectRecord(new UUID(2, 0), "org.apache.qpid.server.model.Binding",
createBinding("key", customExchangeId, QUEUE_ID, "not-a-selector", "moo"))
};
verifyCorrectUpdates(expected);