nz.co.breakpoint.jmeter.iso8583.ISO8583ConfigResources.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jmeter-iso8583 Show documentation
Show all versions of jmeter-iso8583 Show documentation
Apache JMeter plugin for load testing of payment gateways and switches via ISO 8583 messaging
The newest version!
displayName=ISO8583 Connection Configuration
Connection.displayName=Connection Reference
configKey.displayName=Identifier
configKey.shortDescription=Unique identifier for this connection (is dynamically generated if left blank)
Channel.displayName=Channel Settings
classname.displayName=Channel Class
classname.shortDescription=Java class name of jPOS Channel encapsulating the wire protocol details (can be fully qualified name of custom channel class)
packager.displayName=Packager Configuration
packager.shortDescription=XML configuration file that defines the packaging format of each message field
header.displayName=Channel Header
header.shortDescription=A static header string for all messages (sent and received)
host.displayName=Hostname
host.shortDescription=Name or IP address of the switch to connect to (client mode); or blank (server mode)
port.displayName=Port
port.shortDescription=Port number to connect to (outgoing from JMeter in client mode; incoming to JMeter in server mode)
reuseConnection.displayName=Reuse Connection
reuseConnection.shortDescription=Whether to reuse a persistent connection or reconnect for every request
maxConnections.displayName=Maximum Connections
maxConnections.shortDescription=Maximum number of concurrent connections to the remote host (only for non-persistent client mode)
connectionSelection.displayName=Connection Selection
connectionSelection.shortDescription=Which of multiple inbound connections to send messages to (only for server mode)
connectionSelection.LAST=Last connected
connectionSelection.ALL=All connected
connectionSelection.RR=Round robin
channelConfig.displayName=Advanced Configuration
channelConfig.shortDescription=Channel-dependent properties can be specified via Name/Value pairs
channelConfig.tableHeaders=Name|Value
SSL.displayName=SSL Settings
keystore.displayName=Keystore File
keystore.shortDescription=JKS file with certificates for SSL socket connection
storePassword.displayName=Keystore Password
storePassword.shortDescription=Password of the Keystore File
keyPassword.displayName=Key Password
keyPassword.shortDescription=Password of the private key (if applicable)
Mux.displayName=Mux Settings
mtiMapping.displayName=MTI Mapping
mtiMapping.shortDescription=3 ten-digit numbers representing how the first 3 MTI digits are mapped between request and response
muxKeyConfig.displayName=Mux Key Configuration
muxKeyConfig.shortDescription=Each row contains the key fields for a message type as per the MTI column, or for all messages if the MTI column is empty
muxKeyConfig.tableHeaders=MTI|Key Fields
RequestListener.displayName=Request Listener
requestListener.displayName=BSH Script File
requestListener.shortDescription=BeanShell script that handles incoming requests (e.g. 0800 sign-on messages)