Contents

Versions Compared

Key

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

To use FioranoMQ WMT, the latest version of the web browser (Internet Explorer, Mozilla Firefox, Safari, Opera) is needed. The WMT URL is http://ipaddress:jettyport. In this URL, the 'ipaddress' refers to the IP address or hostname (only one ipaddress is present) where the FioranoMQ Server is running and 'jettyport' refers to the port on which the WMT is running. If FioranoMQ server is running on IP address 192.168.1.46 and the WMT Server is running on port 1780, the URL will read http://192.168.1.46:1780.

Image RemovedImage Added
Figure 32.2: FioranoMQ Web Management Tool Homepage

The WMT homepage has three fields:

Field Name

Description

User

The User Name by which User will login tothe WMT. The User logging in must exist in the security Realm of FioranoMQ Server. The default User is 'admin'.

Password

Password of the User Name by which the User connects to the WMT. The default password for the 'admin' is pre set.

Refresh Interval

Time Interval after which data is fetched from the Server. This Interval is measured in milli seconds. The value of this interval should be more than 1000 milliseconds. The default value is 2000 (which equivalent to two seconds). This interval should be sufficiently large to allow minimum CPU usage.

To perform certain operation administrator permissions are required.

Image Modified
Figure 32.3: MonitorUsers View

...

The Filter option can be viewed in the top right-hand corner. The Filter is used to filter tabular data based on the text present in textbox. Filtering is done based upon the filtering column selected in the menu.

Image Modified
Figure 32.4: Filter Options

All data present in the 'Monitor' view is refreshed automatically. 'Configure' views, on the other hand, need to be refreshed manually. For refreshing 'configure' view click on any Configure view and click again on the old configure view. Only ConfigureFMQServer present in JMX will be refreshed automatically. There is an image next to it.

Data is fetched from the Server after every refresh interval. All tables get updated with the new values fetched. To stop refreshing this view, select the image and click the image to start refresh.

During interaction with the Server, if the Server shuts down due to unknown reasons, the WMT will display a warning to the User that reads 'disconnected from server'. When this warning is displayed, the logout prompt will change to the login prompt.

Image Modified
Figure 32.5: Server Disconnected Status

...

Four links at the top right-hand side top of the page may be viewed:

SaveConfigurations

SaveConfiguration saves Saves all the modified properties to the FioranoMQ Server from the current browser page.

Shutdown

Shutdown closes Closes the Server that is running. Do not connect any other application to FioranoMQ server before 'shutdown'.

Restart

Restart closes Closes and restarts the Server. Do not connect any other application to FioranoMQ server before 'shutdown'. When the Server restarts, login from the browser window.

Logout

Logout disconnects Disconnects the current page from the WMT Server.

There are 13 different views present in the WMT as follows:

Table of Contents
stylenone

1. Users

  • MonitorUsers view contains all existing Users and their respective connection status. Users are set as connected an 'admin' Connection or JMX Connection is made or if the JMS Application is started.
  • ConfigureUsers view contains the function to modify Users (such as Add User and Delete Selected Users). The Import Users and Export Users enable to copying Users to another FioranoMQ Server. These actions are present in the Select Action drop-down menu. To use any one of the actions, select the action from the Select Action drop-down menu and click the Go button. These actions allow the export of all data to a standard file present on most machines. (Mapping needs to be done if file is present on another machine.) The data can be imported to any other Server that starts with FioranoMQ. Note: Import User and Export User functions can only be used by the 'admin' User.


Figure 32.6: Configure Users View

2. Groups

'Groups' contain information about all groups and its members. Groups can be added using Add Groups and deleted using Delete Selected Groups. For modifying members of an existing group, use Edit Members in Group after selecting the required group. These Actions are available in the Select Action drop-down menu. Select the action and click the Go button.

Image Modified
Figure 32.7: GroupView

Once you click the Go button, a window pops up with existing members and possible options, if the selected action is Edit Members in Group. Select Add Members to see the existing members.

Image Modified
Figure 32.8: Editing Group Members

3. Topics

Monitor Topics contains the information about existing topics. Summary is present at the top of the table. An Active Topic refers to a topics that contain either a publisher or a subscriber.

Image Modified
Figure 32.9: MonitorTopics View

Configure Topics allows all operations to be performed on topics such as CreateTopic and DeleteSelectedTopics. EditTopicProperties can be used to edit all properties related to a topic or the pubsub.

Image Modified
Figure 32.10: ConfigureTopics View

By selecting the EditTopicProperties options from the Select Action drop-down menu and clicking the Go button, it is possible to view all properties and their corresponding values. Values with a different background color need to be saved. Once saved, the Server needs to be restarted to make them take effect. A description of the property that is selected is provided at the bottom of the browser. The mouse may be moved over the textbox to view the description of the property. Export Topics and Import Topics can be used to save topics to a standard file as well as to create all of them in a FioranoMQ server that is running. Import Topics and Export Topics can be used only by the 'admin' User.

Image Modified
Figure 32.11: Editing Topic Properties

4. Queues

Monitor Queues contains the information about existing queues. A summary is present at the top of the table. Here, Active Queue refers to the queues which contain either a sender or receiver. DeliverableMessages and UndeletedMessages do not update after regular intervals. To update these values select all the required queues or invoke UpdateSelectedQueues or UpdateAllQueues present in the Select Action drop-down menu.

...

Note

As JMSProducer is a light weight object,we create a single message producer instance for it.So even though multiple JMSProducers are created from the same JMSContext, it is considered as a single message producer object and while monitoring,the producer count of that context is shown as 1 (irrespective of the number of producers created).

5. ConnectionFactories

MonitorConnectionFactory lists all the connection factories along with their important properties (such as ConnectUrl, AutoUpdate, Type, Description). A summary is present at the top of the table.

...

Export and Import CF can be used to save Connection Factories to a standard file and to create all of them in a FioranoMQ Server that is running. Import and Export CF can be used only by the 'admin' User.

6. Policies

Policies allow users to change permissions on a specific destination for a specific principal. By default, the view will show No restrictions on policies if user had not modified any permission. If user wants to modify any particular permission then the user needs to use the Add Permissions option present in the Select Action drop-down menu. A pop-up window will appear along with UserName, Destination Name, Permission types, and new permission type. Once all required values are selected then user the user can click on OK button. The new modified permissions will be shown in the table.

Image Modified
Figure 32.13: Editing policies of a destination

Click any row and view the permissions on a specific destination.

7. Routes

A Route enables the transport of messages between destinations. A message arriving on one destination can be made available to another provided a route exists between the two destinations.
ConfigureRoutes view contains information about the properties of the route managerThese are the properties of the individual routes present on the server.

...

If there are any routes present on the Server, they will be displayed in the Route GUID box. If no routes are present, the message No routes available in the Server is displayed below the route manager properties table.

Image Modified
Figure 32.14: Route

To Add or Delete a route from the Server, the appropriate action must be chosen from the Select Action drop-down menu.

Image Modified
Figure 32.15: Adding Route

On selecting any of the routes present in the Route GUID box the properties of the corresponding routes are displayed in the table below this list-box.

Image Modified
Figure 32.16: Route Added

8. Dispatcher

This tab is available only when logged into the web console of a dispatcher enabled Server.

...

ConfigureDispatcher view contains information about the properties of the Dispatcher Manager and the properties of the Servers to which it dispatches messages. The Server URL list-box contains the list of server URLs to which the Dispatcher can dispatch messages. On selecting a URL, its properties are displayed on the table as shown in the figure 32.17.

Image Modified
Figure 32.17: Dispatcher

...


Figure 32.18: AddDispatcher Server

9. DashBoard

DashBoard shows the graphs between Time vs Threads, Connections and MemoryThe entry for which graphs are required needs to be selected.. The Remove selection, removes a graph from view.

Image Modified
Figure 32.19: Displaying a graph of Time Vs Memory

10. DurableSubscribers

  • Monitor DurableSubscriber view contains all existing durable subscribers listed along with corresponding information. A summary is present at the top of this window. To update deliverable messages, click on the header.
  • Configure DurableSubscriber view contains all durable subscriber names in the form of subscriberID::clientID. Messages can be unsubscribe or purged messages for passive durable subscribers from this view. Any operations involving active durable subscribers throw a warning message.

11. Connections

  • Monitor Connections lists all type of connections along their relevant properties (such as creation time, client address and user name of the person creating the connection). A summary is present at the top of this window.
  • Configure Connections allows the disconnection of a connection based on the clientID.

12. Logs

  • Monitor Logs allows the user to fetch details of logs, view log details and clear log details.\
  • Configure Logs lists all those logged into the FioranoMQ Server. You can select any particular log and change its level.

Image Modified
Figure 32.20: Changing log level of a particular logger

13. JMX

This view lists all the Mbeans along with their attributes and operations. Mbeans are listed in this hierarchical view with a brown color bullet.

When a particular Mbean is selected, a table containing two tabs is displayed. The Attributes tab lists all the attributes of the Mbeans along with their values, parameter types and whether a restart of the Server is required for changes to take effect.

Image Modified
Figure 32.21: Attribute View of JMX

The Operations tab lists the operations present in that Mbean enabling the User to invoke these operations.

Image Modified
Figure 32.22: Operations View of JMX

Clicking on SHOW_OPERATIONS lists the operations present in that MBean enabling the User to invoke the operation.

14. AdvancedProperties

This view contains frequently used properties and their values. Categorization isbased on the values.

For example, the first category, Port properties contain Socket Acceptor port, RMIBasedJMXServerPort and JettyServer port. These are the three ports which need to be unique forrunning a server on the same IPAddress. These values can be modified.

Image Modified
Figure 32.23: AdvancedProperties View

15. HighAvailability

This view contains properties related to the HA Servers. When using theStandAlone Server this view shows a message with: The Server you logged in is not running in HA Mode.

If the HA server is running this view displays all relevant properties for HA.

Image Modified
Figure 32.24: HA view

16. StandAloneBridge

This tab is available only when logged into the web console of a Server running on the StandAloneBridge profile.

...

  • View Bridge Attributes
  • Add Link
  • Delete Link
  • View Link Configuration
  • Edit Link Configuration
  • Add Channel
  • Delete Channels
  • View Channel Configuration

Image Modified
Figure 32.25: StandAloneBridge

...

To add a link select Action list-box, choose the AddLink action and click the Go button. Following are the parameters present in AddLink window:

LinkName

The name of the link which is to be added.
Default Value:
SampleLink

SourceServerInitialContextFactory

The class name of the initial context factory which is used to open connection with the source server.
Default Value:
fiorano.jms.runtime.naming.FioranoInitialContextFactory

SourceServerName

The name of the source server.
Default Value:
SourceServer

SourceServerPassword

The password which the bridge uses to connect to the source server.
Default Value:
senna- The default password

SourceServerProtocol

The transport protocol used for establishing a connection with the source server.
Default Value:
TCP - The default transport protocol used for the connection.

SourceServerQCF

The connection factory with which the connection is to be established.
Default Value:
primaryQCF - The default connection factory used for the connection.

SourceServerSecurityCredentials

The SecurityCredentials (password) used for connecting to the source server.
Default Value:
Anonymous - The default password

SourceServerSecurityManager

ServerSecurityManager of the source server linked by the bridge.
Default Value:
null - No server Security Manager

SourceServerSecurityPrincipal

The SecurityPrincipal (username) used for connecting to the source server.
Default Value:
Anonymous- The default username

SourceServerType

Need to mention the type of the source server.
Default Value:
JMS - The default type of server

SourceServerURL

The URL of the source server should be given here.
Default Value:

http://localhost:1856

- The default provider URL of the server.

SourceServerUserName

The UserName which the bridge uses to connect to the source server.
Default Value:
ayrton- The default bridge user name

TargetServerInitialContextFactory

The class name of the initial context factory which is used to open connection with the target server.
Default Value:
fiorano.jms.runtime.naming.FioranoInitialContextFactory

TargetServerName

The name of the target server.
Default Value:
TargetServer

TargetServerPassword

The password which the bridge uses to connect to the target server.
Default Value:
senna- The default password

TargetServerProtocol

The transport protocol used for establishing a connection with the target server.
Default Value:
TCP - The default transport protocol used for the connection.

TargetServerQCF

The connection factory with which the connection is to be established.
Default Value:
primaryQCF - The default connection factory used for the connection.

TargetServerSecurityCredentials

The SecurityCredentials (password) used for connecting to the target server.
Default Value:
Anonymous - The default password

TargetServerSecurityManager

ServerSecurityManager of the target server linked by the bridge.
Default Value:
null - No server Security Manager

TargetServerSecurityPrincipal

The SecurityPrincipal (username) used for connecting to the target server.
Default Value:
Anonymous- The default username

TargetServerType

Need to mention the type of the target server.
Default Value:
JMS - The default type of server

TargetServerURL

The URL of the target server should be given here.
Default Value:

http://localhost:1856

- The default provider URL of the server.

TargetServerUserName

The UserName which the bridge uses to connect to the target server.
Default Value:
ayrton- The default bridge user name

To perform any of the actions listed in the Select Action list-box, choose the appropriate action and click the Go button.

Image Modified
Figure 32.26: AddLink

...

To add a channel to a link select Action list-box, choose the AddChannel action and click the Go button. Following are the parameters present in AddChannel window:

AddSourceQueueParams

Specify the source queue parameters.
Default Value:undefined

AddTargetQueueParams

Specify the target queue parameters.
Default Value:undefined

ChannelName

The name of the channel which is to be added.
Default Value:
channel1

SourceQueueMessageSel

The message selector of the queue. Allows the user to set message selectors for the
source queues which have been linked using bridges.
Default Value:
null - No message selector is used

SourceQueueName

The name of the queue present in source server which is to be linked by the bridge.
Default Value:
primaryQueue - The name of the queue which the bridge links.

TargetQueueMessageSel

The message selector of the queue. Allows the user to set message selectors for the
target queues which have been linked using bridges.
Default Value:
null - No message selector is used

TargetQueueName

The name of the queue present in target server which is to be linked by the bridge.
Default Value:
secondaryQueue - The name of the queue which the bridge links.

17. StandAloneRepeater

This tab is available when logged into the web console of a Server running on the StandAloneRepeater profile.

...

  • View Repeater Attributes
  • Show Repeater Info
  • Add Link
  • Delete Link
  • View Link Configuration
  • Edit Link Configuration
  • Add Link Topic
  • Show Link Topic Configurations
  • Remove Link Topic
  • Add Reply Topic
  • Show Reply Topic Configurations
  • Remove Reply Topic

Image Modified
Figure 32.27: StandAloneRepeater

To perform any of the actions listed in the Select Action list-box, choose the appropriate action and click the Go button.

Image Modified
Figure 32.28: View Link Configuration

18. Sockets

MonitorSockets view contains information about all the sockets currently open within the Server. The sockets are created for each of the connections made to the server by the clients. The table gives information on Server ports, about the client, the transport type, IP address of the Server and whether SSL is enabled.

Image Modified
Figure 32.29: Monitor Sockets

19. Licenses

MonitorLicense displays information of about all the licenses available. The License Filename list-box lists the available licenses. Selecting a licensedisplays its corresponding license information in the table shown in the figure below:

Image Modified
Figure 32.30: Licenses

20. SystemProperties

SystemProperties view lists the all the relevant properties of the system on which the FioranoMQ Server is hosted. These values cannot be modified through the WMT.

Image Modified
Figure 32.31: System Properties

21. Status Information

The JVM version indicates whether the server JVM is 32 or 64 bits. This information, along with the information of when the FioranoMQ Server was started is displayed at the top right-hand corner of the WMT screen.

Image Modified
Figure 32.32: Status information

22.

...

Audit Manager

Using the Audit Manager view it is possible to configure the Audit Storage Policies as well as monitor the audit events recorded in the Server.
Monitoring Audit Events

In the Monitoring Audit Events view, the audit events that are recorded in the System can be monitored. To enable this, the 'Audit Filter' set for the current view needs to be changed. The figure below shows how to modify the view:

Image Modified
Figure 32.33: Modify Audit Search Filter

...

In the Configuring Audit Policies view, the various kinds of Storage Policies which are responsible for generating Audit events are configured. In order to do this, the action 'Modify Audit Storage Policy' needs to be invoked after selecting one of the Storage Policies listed in the table inside the view. The storage policy will then need to be configured. The figure below shows how to configure the storage policy:

Image Modified
Figure 32.34: ConfigureAuditPolicies > Modify Audit Storage Policy

...

Adaptavist ThemeBuilder EngineAtlassian Confluence