Contents

Versions Compared

Key

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

...

Save Changes

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

Shutdown

Closes the Server that is running. Do not connect any other application to FioranoMQ server before shutting down.

Restart

Closes and restarts the Server. Do not connect any other application to FioranoMQ server before shutting down. When the Server restarts, login from the browser window.

Logout

Disconnects the current page from the WMT Angular Server.


Figure 4: Server Disconnected StatusCommon configuration options

Angular WMT Views

Each tab in the left navigation panel of the WMT Angular dashboard are explained in detail in the following sections.

...

This view contains all existing Users and their respective connection status. Users are set as connected to an 'admin' Connection or JMX Connection is made or if the JMS Application is started. This view also gives information about the maximum connection limit that is set for each user and the current number of connections created by the user.


Figure 45: Monitor Users View

ConfigureUsers

...

The Import Users and Export Users options help copying users to another FioranoMQ Server. Export option allows exporting of all data to a standard file present on any machine. (Mapping needs to be done if the file is present on another machine.) The data can be imported to any other server that starts with FioranoMQ. 


Figure 56: Configure Users View

2. Groups

Configure Groups view contains information about all groups and its members. Groups can be added using the Add Groups option and deleted using the Delete Selected Groups option. For modifying members of an existing group, use the Edit Members in Group option after selecting the required group. These options are available in the Select Operation drop-down menu. Select the operation from the options available and click the Go button.


Figure 67: GroupView

After selecting a group, if the selected operation is "Add Members to Group", an overlay panel containing all members which could be added is displayed. Select the members and click Add to add the selected member to the selected group.


Figure 78: Editing Group Members

After selecting a group, if the selected action is "Remove Members from Group", an overlay panel containing all the current members of the group is displayed. Select the members and click Remove to remove the selected members from the selected group.


Figure 9: Removing Group Members

3. Topics

Monitor Topics

This section contains the information about existing topics with the sum of each displayed on the top of the page. An Active Topic refers to a topic that contains either a publisher or a subscriber. The Select Operation drop down lists the operations that can be executed on each Topic destination selected. The Send Message operation will send persistent text messages to the topic(s) selected. The Corrupted Topics check box, if selected, displays all the corrupted topics in the MonitorTopics view; by default, the view displays all the Topics (Corrupted and Non-Corrupted Topics). The corrupted topics can be recovered and replayed using the Recover Selected Topics and Replay Messages from Topics operations respectively. More information on this feature can be found under the Handling data base corruption section. 


Figure 810: MonitorTopics View

Configure Topics

...

Tip

More information on Destination Level Configurations is available in the Support for Destination Level Configuration section.


Figure 911: 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 or if the changes are done at destination level Topic restart alone will get the changes effected. 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. The operations - Import Topics and Export Topics can be used only by the 'admin' User.


Figure 1012: Editing Topic Properties

...

The SendMessage operation will send persistent text messages to the queue(s) selected. The Corrupted Queues check box, if selected, displays all the corrupted queues in the MonitorQueues view; by default, the view displays all the Queues (Corrupted and Non-Corrupted Queues). The corrupted queues can be recovered and replayed using the Recover Selected Queues and Replay Messages from Queues operations respectively. The Purge Messages operation deletes all the messages in a selected Queue.


Figure 1113: MonitorQueues View

The Browse Messages operation can be handy in browsing messages on a selected Queue and view its properties. 


Figure 12 14 : BrowseMessages operation

...

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 the user had not modified any permission. If a user wants to modify any particular permission, then the user needs to use the Add Permissions option present in the Select Operations drop-down menu. A dialog box will appear with properties such as User Name, Destination Name, Positive Permissions, and Negative Permissions. After all required values are provided, click on Add button. The modified permissions will be updated in the table.


Figure 1315: Editing policies of a destination

...

The IP Access List view lists down the IP addresses which are allowed to connect to the the FioranoMQ server. By default, all the IP addresses are accepted by FioranoMQ Server, which is denoted by *.*.*.* representation. The Select Operation drop-down has two operations - Add IPAddress, for adding a new IP Address set/range to the allowed list and Remove IPAddress, for removing the IP Address entry from the list already available. While adding a new IP Address set/range, it can be added as IPV4 or IPV6 address(es).


Figure 1416: Adding IP address

7. Routes

...

If there are any routes present on the Server, those details will be displayed in the table. If no routes are present, a message "No routes available in the Server" is displayed in the table.


Figure 1517: Route

To Add or Delete a route from the Server, choose the appropriate operation from the Select Operation drop-down menu.


Figure 1618: Adding Route

Select any of the routes present in the table to display the properties of the corresponding routes in the table.


Figure 1719: Route Added

8. DashBoard

...

This tab lists all the API keys which are used for the purpose of invoking resource methods on the server side, from the application. Some additional information such as the last-use timestamp of the API key, the IP address and the user involved in the creation of the API key are shown. Note that the API key which is being used by this instance of the WMT Angular application is highlighted in green.


Figure 2526: Monitor connections - API keys

...

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, information about the client, the transport type, IP address of the Server, and whether SSL is enabled.


Figure 2627: Monitor Sockets

12. Logs

...

Lists all the loggers used in the FioranoMQ Server. Selecting any particular logger changes its level.


Figure 2728: Changing the log level of a particular logger

...

The Attributes tab lists all the attributes of the Mbean along with their values, parameter types and whether a restart of the Server is required for changes to take effect.


Figure 2829: Attribute View of JMX

Operations

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


Figure 2930: Operations View of JMX

14. AdvancedProperties

This view contains frequently used properties and their values. For example, the PORT_PRPERTIES tab contains the properties RMIBasedJMXServerPort and JettyServer port. These two ports and the JMS Server listening port (which is represented by the property "SocketAcceptorPort" under the category called ConnectionManager properties, under the tab called ConnectionManager__1) need to be unique for running multiple instances of the server on the same IPAddress. All of these values can be modified.


Figure 3031: PORT_PRPERTIES tab in the AdvancedProperties View

...

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


Figure 3132: Licenses

16. SystemProperties

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


Figure 3233: System Properties

Status Information

...

Click the information button present at the upper-right part of the SystemProperties page to view information such as the name of the logged in user, the access mode, time and date of FioranoMQ Server startup,  FioranoMQ product version number, build number, and the JVM version indicates whether the server JVM is 32 or 64 bits. 


Figure 3334: Status information

17. Audit Manager

...

In this 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:


Figure 3435: 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 Modify Audit Storage Policy operation 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.


Figure 3536: ConfigureAuditPolicies > Modify Audit Storage Policy

...

Adaptavist ThemeBuilder EngineAtlassian Confluence