Versions Compared

Key

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

...

All ServiceMix Ant Tasks are derived from JbiTask - see JbiTask and share it'sattributess attributes:

Info
titleAttributes
borderStylesolidbgColor='lighblue'

Name

type

Description

serverProtocol

String

the default protcol used for connecting with the ServiceMix JMX MBeanServer (default is rmi)

namingHost

String

hostname of the naming server (default is localhost)

containerName

String

name of the ServiceMix JBI Container to connect to (default is defaultJBI)

jmxDomainName

String

domain name of the MBeanServer used by the ServiceMix JBI Container (default is org.servicemix)

namingPort

int

The port the naming server listens for connections on (default is 1099)

jndiPath

String

The path in the naming server to retrieve the JMX Connection (default is /<container name>JMX)

username

String

user name for the JMXConnection (default is "")

passwd

String

passwd for the JMXConnection (default is "")

...