Contents

Versions Compared

Key

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

...


Figure 12: ConfigureTopics Viewview

By using the Edit Topic Subsystem Properties operation present under the Select Operation drop-down menu, it is possible to view all topic subsystem properties and their corresponding values. When properties highlighted in Bold are modified, the changes need to be saved and the server must also be restarted for them to apply the changes. If the changes are done at the destination level by using the Edit Topic Properties operation, restart of that particular topic alone is enough to apply the changes. The mouse can be hovered over the text box to view the description of any property. The Export Topics and Import Topics operations 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 Edit Queue Properties operation can be used to edit all properties related to a queue destination, whereas, the Edit Queue Subsystem Properties operation can be used to modify similar properties at the global level for all Queues.

Image Added
Figure 16: ConfigureQueues view

Tip

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

...

This view lists all the connection factories along with their important properties (such as ConnectUrl, AutoUpdate, Description, and Type), with a sum of each displayed at the top of the table.


Figure 1617: MonitorConnectionFactory view

...

This view allows various operations to be performed such as Create CF, Delete Selected CF, Edit CF Properties on Connection Factories. The Edit CF Properties can be used to edit all the properties related to the selected connection factory. The Create CF option present under the Select Operation drop-down list can be used to create new Connection Factories and the Delete Selected CF can be used to delete existing Connection Factories.


Figure 1718: ConfigureConnectionFactory view

...

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 1819: 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 1920: Adding IP address

7. 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 2021: 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 2122: A ModifyAuditEvent policy

...

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 2223: Route added in the list

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


Figure 2324: Adding Route

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


Figure 2425: Route properties

9. Dashboard

...

The MonitorPerformanceGraphs view under Dashboard gives a graphical representation of Time vs Threads/Connections/Memory in the x axis and y axis respectively. The entries in the y axis may be selected based on the requirement; selecting more than one of these options displays graphs one below the other.


Figure 2526: Displaying a graph of Time Vs Memory

...

A summary is present at the top of this window, denoting the total number of Durable Subscriptions for this instance of FioranoMQ Server. The Active Topics counter is updated based on the number of Topics having Active Durable Subscribers running. The Passive Topics counter is updated for Topics having Passive Durable Subscriptions.


Figure 2627: Monitor durable subscriptions

The Select Operation drop down has a single operation - 'Browse Messages' on a Durable Subscriber. 


Figure 2728: Browse Messages operation for durable subscription

...

This view lists all types of connections along with their relevant properties, such as the 'ClientID' of the connection, the 'ClientAddress' indicates the IP address from which this connection is created, 'Type' of connection whether it belongs to PTP or PUBSUB model or an MQTT Connection type, the 'Destinations' column gives the list of destinations that this connection is using in the form either creating Producers or Consumers, the 'CreationTime', the 'User' credentials used for creating this connection, and the 'Protocol' used, the 'Total PSQSize' and the 'Max PSQSize'. It has three tabs, namely "Connections", "LPC" and "API keys".

A summary is present at the top of this window denoting the total number of connections and the under each category, PTP/PUBSUB/Admin connections.


Figure 2829: MonitorConnections view

...

  • Build Number: The build number of the client connection
  • CSPBaseDir: The CSP base directory used for this connection
  • ClientID: The ClientID used by this connection
  • ConnectionStarted: Boolean which indicates whether or not this connection has been started
  • Destination List: The list of destinations that this connection is using
  • Number of Browsers: The number of Browsers created under this connection
  • Number of Consumers: The number of Consumers created under this connection
  • Number of Producers: The number of Producers created under this Connection
  • Runtime Connection Type: The type of client runtime used to create this connection
  • Server Port: The server port to which this Connection is created.
  • Session Count: The number of Sessions created under this Connection
  • Version Number: The FioranoMQ Version number used by the Client Connection.
  • SocketInfoList: The list of sockets used by this connection


Figure 2930: Connection information

LPC

This tab lists all connections which use the LPC protocol.


Figure 3031: MonitorConnections - LPC tab view

...

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 3132: MonitorConnections - API keys tab view

...

The 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 3233: MonitorSockets view

13. Logs

...

This view lists all the loggers used in the FioranoMQ Server. Selecting any particular logger changes its level.


Figure 3334: Changing the log level of a particular logger

...

The Attributes tab lists all the attributes present in the Mbean along with their details such as AttributeName, Type, DefaultValue and isRestatRequired (whether a restart of the Server is required for changes to take effect) and an option to invoke these attributes.


Figure 3435: Attribute View of JMX

Operations

This tab lists all the operations present in the Mbean along with their details such as OperationName, Impact, ReturnType, and isRestatRequired (whether a restart of the Server is required for changes to take effect) and an option to invoke these operations.


Figure 3536: Operations view of JMX

15. AdvancedProperties

The ConfigureAdvancedProperties view under AdvancedProperties 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" listed in the ConnectionManager__1 tab under the CONNECTIONMANAGER PROPERTIES category) need to be unique for running multiple instances of the server on the same IPAddress. All of these values can be modified.


Figure 3637: PORT_PROPERTIES tab in the AdvancedProperties view

...

The MonitorLicense view displays information of about all the licenses available. Selecting a license lists its corresponding license information below


Figure 3738: License information

17. SystemProperties

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


Figure 3839: System Properties

Adaptavist ThemeBuilder EngineAtlassian Confluence