[
https://issues.apache.org/activemq/browse/AMQ-1168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bruce Snyder reassigned AMQ-1168:
---------------------------------
Assignee: Bruce Snyder (was: Jonas Lim)
> Add a wrapper for the Spring MBeanServerFactoryBean
> ----------------------------------------------------
>
> Key: AMQ-1168
> URL: https://issues.apache.org/activemq/browse/AMQ-1168
> Project: ActiveMQ
> Issue Type: New Feature
> Components: Broker
> Reporter: Bruce Snyder
> Assignee: Bruce Snyder
> Fix For: 5.2.0
>
> Attachments: MBeanServerFactoryBean.java
>
>
> Adding support for Spring's
> [MBeanServerFactoryBean|http://www.springframework.org/docs/api/org/springframework/jmx/support/MBeanServerFactoryBean.html]
> will allow AMQ to use it's {{locateExistingServerIfPossible}} functionality
> when it's embedded in other applications instead of emitting the following
> error:
> {panel}
> Failed to start jmx connector: Cannot bind to URL
> [rmi://localhost:1099/jmxrmi]: javax.naming.NameAlreadyBoundException: jmxrmi
> [Root exception is java.rmi.AlreadyBoundException: jmxrmi
> {panel}
> After setting {{useJmx="true"}}, the {{MBeanServerFactoryBean}} class can be
> configured using the following syntax:
> {code:type=xml}
> <jmxServer id="server" locateExistingServerIfPossible="true" />
> {code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.