-
Notifications
You must be signed in to change notification settings - Fork 176
DIRAC v6r21p3: What's new?, How to update?
Wojciech Krzemien edited this page Apr 11, 2019
·
5 revisions
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
name e.g.mardirac3.in2p3.fr::Queues::TestQueue
or
mardirac3.in2p3.fr::Topics::TestTopic
.
Starting from v6r21 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