Re: editing composite queue selectors in explorer
Looks like this problem extends to CLI and not just editing selectors from explorer. Changes seem to be allowed, but they don't take affect until the router is restarted.
router1/sys$queuemanager/composite-queues/myq/queue-bindings/qEU> lc
Entity: Queue Binding
Description: Queue Binding
Properties for this Entity:
Name Current Value
--------------------------------------------------------------
change-destination true
generate-new-message-id false
message-selector countryCode IN ('FR', 'DE')
router1/sys$queuemanager/composite-queues/myq/queue-bindings/qEU> set message-selector "countryCode IN ('FR', 'DE', 'TR')"
router1/sys$queuemanager/composite-queues/myq/queue-bindings/qEU> lc
Entity: Queue Binding
Description: Queue Binding
Properties for this Entity:
Name Current Value
--------------------------------------------------------------
change-destination true
generate-new-message-id false
message-selector countryCode IN ('FR', 'DE', 'TR')