Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.



Configuration files of JMS logical names (destinations.json) are stored by this path: 

Info
titlePath to aliases

estar/tpe/dynamic/mc2/eaglejms/destinations/*.json


This is common configuration format of destinations.json:

Code Block
languagejs
themeRDark
firstline1
titlealiases.json
linenumberstrue
{
    "Region": "Oracle SID",/*Specific Oracle SID of region name to which this config belongs*/
    "Queues": [
        { "alias": "logicalname_1", "destination": "real queue name A" },
        { "alias": "logicalname_2", "destination": "real queue name B" }
    ],
    //=================================================================
    "Topics": [
        { "alias": "logicalname_3", "destination": "real topic name A" },
        { "alias": "logicalname_4", "destination": "real topic name B" }
    ]
}


Rules being applied for aliases:

...