You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jecollins edited this page Dec 8, 2010
·
3 revisions
Channel names
To keep channel names as readable as possible we want to stick to the following channel naming convention:
$Source$Destination$CommandChannel
Where $Source is the name of the channel source, e.g. Accounting service, $Destination is the destination name, e.g. a broker, and $Command is the command name of this channel.
##Command names
Commands are named as follows:
$ObjectCommand$CommandType
Where $ObjectCommand is the Object of this command, e.g. TariffCommand, ShoutCommand, TimeSlotCommand
and $CommandType is the type of the command, e.g. Publish, Revoke, Update