Contents
 Contents

The FMQTerminal uses a third party library jline http://jline.sourceforge.net/. It is not a pure java library as it ships with some native code. The FMQTerminal works perfectly on the following platforms:

  • Microsoft Windows
  • RedHat Linux 9.0
  • Debian Linux 3.0
  • Macintosh OS X 10.3

1.6.1 How to Log in

  1. Navigate to %FIORANO_HOME%\fmq\terminal\FMQConsole.bat for Windows platform and $FIORANO_HOME/fmq/terminal/FMQConsole.sh for UNIX systems.
  2. This command, without any arguments, connects to the FioranoMQ Server running on localhost. A request for login and password appears. Enter login and password details.
Icon

The password’s characters (typed) are not visible on the screen.


The FMQTerminal works similar to normal telnet emulators like PuTTYtel and others.

You can choose the specific FioranoMQ Server to connect to by passing the parameter mars to the executable fmq-terminal.bat (fmq-terminal.sh for Unix)

FMQConsole mars

This command searches for mars.properties in the %FIORANO_HOME%\fmq\terminal directory. If no argument is specified, then the default the localhost.properties file in the %FIORANO_HOME%\fmq\terminal directory is used.

localhost.properties is shown below:

It is possible to create a properties file for each FioranoMQ Server of interest and use it by passing the file name without the extension as an argument.


If multiple servers need to be administered from a single location, the prompt can be customized to identify the Target Server.

FMQConsole localhost Mars

Here, the third argument specifies the prompt name.

1.6.2 Commands List


Type a few characters and press the <tab> key for auto completion.

1.6.3 Help Command to Print Command and their Help

1.6.4 Description and Example for Command


The examples above show how arguments can be passed.

1.6.5 Print Usage on Parameter Mismatch


 Invalid commands are displayed as 'not recognized':
 

1.6.6 Comment Command

All lines starting with # (a Hash or Pound sign) are treated as a comments: they and do not perform any actions.

1.6.7 Run List of Commands from File

If there is a file named mysetup.cmds with the following contents:   

# Some commands on QCF   


# Commands continued   

Then, it is possible to run the following commands on this file:


In the above example, -quiet can be specified as a second argument if commands are not to be echoed.

1.6.8 Adding more Commands to a Terminal

 All available commands can be viewed in the commands.xml file:

%FIORANO_HOME%\fmq\terminal\commands.xml

A snippet of commands.xml is shown below:

 

The Mbean operations are found in the studio, and they can be added to the commands.xml file. This function ensures that users are not limited to the built-in commands that ship with the installer.

1.6.9 Exiting the Terminal

To exit the FMQTerminal, any of the following commands can be used:

  • exit
  • quit
  • bye
  • Ctrl+D


 This returns you to the standard command prompt.

Adaptavist ThemeBuilder EngineAtlassian Confluence