To configure parameters using Fiorano Studio, follow the steps below:
- Run the fmq server and open Fiorano Studio.
- Login to FMQ-JMX and navigate to Fiorano > etc > RouteManager > RouteManager > config.
- Clicking on the config displays the parameters that can be configured like MaxTopicBuffer, NumberOfRoutesExistingInServer, MaxCreateSessionTries, and so on. Following diagram shows the parameters to be configured using Studio
List/Add/Remove Routes
To List/Add/Remove routes, navigate to Fiorano > etc > RouteManager > RouteManager and right-click RouteManager which displays 6 methods.
Sl No | Method | Description |
1 | listAllRoutes() | Lists all routes created for this route manager. |
2 | addRoute(routeGUID, lookupUrl, srcDest, tgtCF, tgtDest, isDurSub, durSubID, clientID, jmsSelector, isJMSReplyToAsTarget, enableDMQOnRoute, msgPropertyForTargetCF) | Adds a route with given parameters. |
3 | addRoute(routeGUID, lookupUrl, srcDest, tgtCF, tgtDest, isDurSub, durSubID, clientID, jmsSelector, isJMSReplyToAsTarget, enableDMQOnRoute, msgPropertyForTargetCF, srcServerUserName, srcServerPassword, tarServerUserName, tarServerPassword) | Adds a route with given parameters. |
4 | addRoute(routeGUID, lookupUrl, srcDest, tgtCF, tgtDest, isDurSub, durSubID, clientID, jmsSelector, isJMSReplyToAsTarget, enableDMQOnRoute, msgPropertyForTargetCF, dmqExpiryTime) | Adds a route with given parameters. |
5 | removeRoute(routeGUID) | Removes the route with specified routeGUID |
6 | saveRoutes() | This operation will save all the routes present in the server. Routes which are saved during earlier save operation will be overwritten. If server crashes during this operation, then output of this operation cannot be determined and during the next boot up of the server, routes may not be created properly. If target server is not running for any route during this server boot up then route creation fails." |
Overview
Content Tools
ThemeBuilder