Hello,

ServiceMix is always binding to port 1099.
When I use rmiPort="1098" ServiceMix binds to 1099 _and_ 1098.

The problem seems to be with activemq. It always starts listening on port 1099 even though I changed the activemq.xml to disable jmx or use a different port:

<broker useJmx="false">
    <connector>
<tcpServerTransport uri="tcp://localhost:61617" backlog="1000" useAsyncSend="true" maxOutstandingMessages="50"/>
    </connector>

    <managementContext>
      <managementContext connectorPort="1097"/>
    <managementContext>

Any ideas?

--
Free replacement for Exchange and Outlook (Contacts and Calendar)
http://www.ScheduleWorld.com/tg/
WebDAV: http://www.ScheduleWorld.com/sw/webDAVDir/4000.ics
VFREEBUSY: http://www.ScheduleWorld.com/sw/freebusy/4000.ifb

Reply via email to