| Apache Qpid > Index > Qpid Java Documentation > System Properties |
Home
Download
Getting Started
Documentation
Mailing Lists
Issue Reporting
FAQ/How to
Getting Involved
Qpid Integrated with..
Source Repository
Building Qpid
Developer Pages
QMF
People
License
Project Status
Acknowledgments
What is AMQP ?
AMQP Specification Download

This page documents the various System Properties that are currently used in the Qpid Java code base.
Type : boolean
Default : FALSE
This forces the client to only send AMQP compliant frames. This will disable a number of JMS features.
This is associated with property STRICT_AMQP_FATAL
Type : boolean
Default : FALSE
This will cause any attempt to utilise an enhanced feature to throw and UnsupportedOperationException. When set to false then the exception will not occur but the feature will be disabled.
e.g.
The Queue Browser will always show no messages.
Any message selector will be removed.
Type : boolean
Default : FALSE
The default with AMQP is to start prefetching messages. However, with certain 3rd party Java tools, such as Mule this can cause a problem. Mule will create a consumer but never consume from it so any any prefetched messages will be stuck until that session is closed. This property is used to re-instate the default AMQP behaviour. The default Qpid behaviour is to prevent prefetch occurring, by starting the connection Flow Controlled, until a request for a message is made on the consumer either via a receive() or setting a message listener.
Type : long
Default: 30000
The number length of time in millisecond to wait for a synchronous write to complete.
Type : String
Default: org/apache/qpid/client/security/DynamicSaslRegistrar.properties
The name of the SASL configuration properties file.
Type : float
Default : 2.0
The factor used to get the timeout from the delay between heartbeats
Type : boolean
Default : TRUE
Disable Nagle's algorithm on the TCP connection.
Type : integer
Default : 32768
This is the default buffer sized created by Mina.
Type : integer
Default : 32768
This is the default buffer sized created by Mina.
Type : String
Default : org.apache.qpid.server.protocol.AMQPFastProtocolHandler
This specifies the default IoHandlerAdapter that represents the InVM broker. The IoHandlerAdapter must have a constructor that takes a single Integer that represents the InVM port number.
Type : boolean
Default : null
If set this will turn on protocol logging on the client
Used by the JBossConnectionFactoryInitialiser to specify the host to connect to perform JNDI lookups.
Used by the JBossConnectionFactoryInitialiser to specify the port to connect to perform JNDI lookups.
Default : 30000
Used to set the maximum time the State Manager should wait before timing out a frame wait.
Default: null
String representing the Security level to be used to on the connection to the broker. The null default results in no security or PLAIN. When used with jmxconnector 'javax.management.remote.jmxmp.JMXMPConnector' a security value of 'CRAM-MD5' will result in all communication to the broker being encrypted.
Default: null
String representing the JMXConnector class used to perform the connection to the broker. The null default results in the standard JMX connector. Utilising 'javax.management.remote.jmxmp.JMXMPConnector' and security 'CRAM-MD5' will result in all communication to the broker being encrypted.
Default: 5000
Long value representing the milli seconds before connection to the broker should timeout.
Used in : FileMessageDispatcher
This properties specifies the directory to move payload file(s) to archive location as no error