Here's everything I have.
xmlBlaster.properties
#------------------------------------------------------------------------------
# Authentication and Authorization
Security.Server.Plugin[simple][1.0]=org.xmlBlaster.authentication.plugins.simple.Manager
Security.Server.Plugin[htpasswd][1.0]=org.xmlBlaster.authentication.plugins.htpasswd.Manager
Security.Server.Plugin.htpasswd.secretfile=${user.dir}${file.separator}xmlBlaster.htpasswd
Security.Client.Plugin[simple][1.0]=org.xmlBlaster.authentication.plugins.simple.ClientPlugin
Security.Client.Plugin[htpasswd][1.0]=org.xmlBlaster.authentication.plugins.htpasswd.ClientPlugin
#------------------------------------------------------------------------------
CbProtocolPlugin[XMLRPC][1.0]=org.xmlBlaster.protocol.xmlrpc.CallbackXmlRpcDriver
CbProtocolPlugin[LOCAL][1.0]=org.xmlBlaster.protocol.local.CallbackLocalDriver
CbProtocolPlugin[JDBC][1.0]=org.xmlBlaster.protocol.jdbc.CallbackJdbcDriver
#------------------------------------------------------------------------------
plugin/xmlrpc/port=8081
#------------------------------------------------------------------------------
# On client side only
# Register the client side protocol plugin to connect to server
ClientProtocolPlugin[XMLRPC][1.0]=org.xmlBlaster.client.protocol.xmlrpc.XmlRpcConnection
ClientProtocolPlugin[LOCAL][1.0]=org.xmlBlaster.client.protocol.local.LocalConnection
# Register the client side callback server plugins:
ClientCbServerProtocolPlugin[XMLRPC][1.0]=org.xmlBlaster.client.protocol.xmlrpc.XmlRpcCallbackServer
ClientCbServerProtocolPlugin[LOCAL][1.0]=org.xmlBlaster.client.protocol.local.LocalCallbackImpl
#------------------------------------------------------------------------------
#------------------------------------------------------------------------------
# Customize dispatcher plugin
dispatch/connection/DispatchPlugin/defaultPlugin=undef
dispatch/callback/DispatchPlugin/defaultPlugin=undef
#------------------------------------------------------------------------------
#------------------------------------------------------------------------------
# MsgDistributor Plugin configuration
MsgDistributorPlugin[ConsumableQueue][1.0]=org.xmlBlaster.engine.distributor.plugins.ConsumableQueuePlugin
MsgDistributorPlugin/defaultPlugin=undef,1.0
#------------------------------------------------------------------------------
JdbcStorage[HSQLDatabaseEngine]=org.xmlBlaster.util.queue.jdbc.JdbcQueueCommonTablePlugin,\
url=jdbc:hsqldb:${user.dir}${file.separator}db${file.separator}$_{xmlBlaster_uniqueId},\
user=sa,\
password=,\
connectionPoolSize=1,\
connectionBusyTimeout=90000,\
maxWaitingThreads=300,\
tableNamePrefix=XB_,\
entriesTableName=ENTRIES,\
dbAdmin=true
StoragePlugin[JDBC][1.0]=${JdbcStorage[HSQLDatabaseEngine]}
StoragePlugin[RAM][1.0]=org.xmlBlaster.engine.msgstore.ram.MapPlugin
StoragePlugin[CACHE][1.0]=org.xmlBlaster.engine.msgstore.cache.PersistenceCachePlugin,persistentQueue=JDBC,transientQueue=RAM
#------------------------------------------------------------------------------
#------------------------------------------------------------------------------
# Declare existing queue implementation plugins
# SEE:
http://www.xmlBlaster.org/xmlBlaster/doc/requirements/engine.queue.html
QueuePlugin[JDBC][1.0]=${JdbcStorage[HSQLDatabaseEngine]}
QueuePlugin[RAM][1.0]=org.xmlBlaster.util.queue.ram.RamQueuePlugin
QueuePlugin[CACHE][1.0]=org.xmlBlaster.util.queue.cache.CacheQueueInterceptorPlugin,persistentQueue=JDBC,transientQueue=RAM
#------------------------------------------------------------------------------
#------------------------------------------------------------------------------
# Customize queue and persistence properties
queue/history/maxEntriesCache = 10
queue/history/maxEntries = ${queue/history/maxEntriesCache}
queue/callback/maxEntriesCache = 1000
queue/callback/maxEntries = ${queue/callback/maxEntriesCache}
# How big is the topic cache for messages of same oid (here your message
content occupies the memory)
persistence/msgUnitStore/maxEntriesCache = 10000
persistence/msgUnitStore/maxEntries = 100000000
persistence/msgUnitStore/maxBytesCache = 2097152
persistence/msgUnitStore/maxBytes = 2147483647
# Tail back queue on client side (contains the real data of all message
types)
queue/connection/maxEntriesCache = 1000
queue/connection/maxEntries = 10000000
#------------------------------------------------------------------------------
#------------------------------------------------------------------------------
JdbcDriver.drivers=org.hsqldb.jdbcDriver:\
sun.jdbc.odbc.JdbcOdbcDriver
JdbcDriver.mapping[HSQLDatabaseEngine]=string=VARCHAR,longint=BIGINT,int=INTEGER,blob=BINARY,boolean=CHAR
#------------------------------------------------------------------------------
MimeAccessPlugin[ContentLenFilter][1.0]=org.xmlBlaster.engine.mime.demo.ContentLenFilter
MimeAccessPlugin[GnuRegexFilter][1.0]=org.xmlBlaster.engine.mime.regex.GnuRegexFilter
MimeAccessPlugin[XPathFilter][1.0]=org.xmlBlaster.engine.mime.xpath.XPathFilter
MimeAccessPlugin[Sql92Filter][1.0]=org.xmlBlaster.engine.mime.sql92.Sql92Filter
#------------------------------------------------------------------------------
#------------------------------------------------------------------------------
# Customize clustering
LoadBalancerPlugin[RoundRobin][1.0]=org.xmlBlaster.engine.cluster.simpledomain.RoundRobin
MapMsgToMasterPlugin[DomainToMaster][1.0]=org.xmlBlaster.engine.cluster.simpledomain.DomainToMaster,DEFAULT_DOMAIN=dummy
#------------------------------------------------------------------------------
#------------------------------------------------------------------------------
# Customize invocation recorder to queue tail back messages
RecorderPlugin[FileRecorder][1.0]=org.xmlBlaster.util.recorder.file.FileRecorder
RecorderPlugin[RamRecorder][1.0]=org.xmlBlaster.util.recorder.ram.RamRecorder
#------------------------------------------------------------------------------
#------------------------------------------------------------------------------
# Telnet access to xmlBlaster for administration
admin.remoteconsole.port=2702
admin.remoteconsole.sessionTimeout=600000
#------------------------------------------------------------------------------
#------------------------------------------------------------------------------
# Pluggable Loggers
LoggableDevicePlugin[file][1.0]=org.xmlBlaster.util.log.FileLogDeviceFactory,logFile=${user.dir}${file.separator}log${file.separator}xb.log
logDevice=file
#------------------------------------------------------------------------------
#------------------------------------------------------------------------------
# When an XmlBlasterException is thrown, how to format the getMessage()
string, see:
XmlBlasterException.logFormat=XmlBlasterException errorCode=[{0}]
serverSideException={3} location=[{2}] message=[{4} : {8}] [See URL {9}]
LogFormat=[{0} {1}] {3}
#------------------------------------------------------------------------------
#------------------------------------------------------------------------------
LogFormat.Date=MEDIUM
LogFormat.Time=MEDIUM
#------------------------------------------------------------------------------
#
# JAXP parsers. Currently only crimson is actually possible to use.
#
javax.xml.parsers.SAXParserFactory=org.apache.crimson.jaxp.SAXParserFactoryImpl
javax.xml.parsers.DocumentBuilderFactory=org.apache.crimson.jaxp.DocumentBuilderFactoryImpl
#------------------------------------------------------------------------------
Here's xmlBlasterPlugins.xml
<xmlBlaster>
<!--========== SubscriptionPersistencePlugin =============-->
<plugin id='subPersistence'
className='org.xmlBlaster.engine.SessionPersistencePlugin'>
<action do='LOAD' onStartupRunlevel='3' sequence='1' />
<action do='STOP' onShutdownRunlevel='2' sequence='6'/>
</plugin>
<!--============= PROTOCOL PLUGINS ================-->
<!--
ProtocolPlugin[XMLRPC][1.0]=org.xmlBlaster.protocol.xmlrpc.XmlRpcDriver
-->
<plugin id='XMLRPC'
className='org.xmlBlaster.protocol.xmlrpc.XmlRpcDriver'>
<action do='LOAD' onStartupRunlevel='3' sequence='4'/>
<action do='STOP' onShutdownRunlevel='2' sequence='3'/>
</plugin>
<!--========== NATIVE SERVICE PLUGINS =============-->
<!--
ProtocolPlugin[JDBC][1.0]=org.xmlBlaster.protocol.jdbc.JdbcDriver -->
<plugin id='JDBC'
className='org.xmlBlaster.protocol.jdbc.JdbcDriver'>
<action do='LOAD' onStartupRunlevel='5' sequence='5' />
<action do='STOP' onShutdownRunlevel='4' sequence='1'/>
</plugin>
<!--===============================================-->
</xmlBlaster>
and my connect qos:
<qos>
<securityService type='htpasswd' version='1.0'>
<user>$user</user>
<passwd>$password</passwd>
</securityService>
<local>false</local>
<session name='$user/3' timeout='$timeout' maxSessions='1'
clearSessions='true' reconnectSameClientOnly='false'/>