DIRAC v6r21p3: What's new?, How to update? - DIRACGrid/DIRAC GitHub Wiki
Resources/MessageQueues
Changes of the accepted identifier format for the Message Queues resources.
The mqURI is an identifier that univocally identifies MQ resources. It has the following format:
mqService::mqDestinationType::mqDestination
e.g.mardirac3.in2p3.fr::Queues::TestQueue or
mardirac3.in2p3.fr::Topics::TestTopic.
The format has been changed. The middle part of mqURI became plural instead of singular to be conformed with the currently used section naming in CS. After changes the accepted values are Topics or Queues.
Examples:
- Before:
blablba.cern.ch::Topic::test1 - After:
blablba.cern.ch::Topics::test1 - Before:
blablba.cern.ch::Queue::myQueue1 - After:
blablba.cern.ch::Queues:myQueue1