The table shown in the following lists out a few key attribute details for the JBI
container element. The ServiceMix website will give details on the elements and
attributes which are not described here. Also the bean wiring details in Spring style
and all, are not described here, since we assume that the reader is familiar with that.
If not, any other text book on Spring will help you here.
Sr . No. Key Attribute Name Attribute Type Description
1 name String Denotes name of the JBI
container. This has to be unique
if it is running in a cluster
configuration. The default name
is defaultJBI
2 useMBeanServer Boolean If set to true, ServiceMix will try
to find an MBeanServer from the
MBeanServerFactory if one is
not supplied
3 createMBeanServer Boolean If set to true, ServiceMix will
create it's own MBeanServer
if one is not supplied to the
container or found from an
MBeanServerFactory
4 rmiPort Int This is the port used for the
rmi registry (and thus, the JMX
connector) and the default is
to 1099.
The ServiceMix component maybe given following names:
ComponentName
Service
Endpoint
DestinationService
??? ??? ??? ???
Chapter 3
[ 81 ]
We may also use the following in a component to specify its routing:
destinationService
destinationInterface
destinationOperation
The PropertyPlaceholderConfigurer reads SERVICEMIX_HOME\conf\servicemix.
Pages:
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135