[jboss-jira] [JBoss JIRA] (WFLY-2756) Default connector is hardcoded in JMS connection factory definition
Jeff Mesnil (JIRA)
issues at jboss.org
Wed Jan 15 05:32:32 EST 2014
Jeff Mesnil created WFLY-2756:
---------------------------------
Summary: Default connector is hardcoded in JMS connection factory definition
Key: WFLY-2756
URL: https://issues.jboss.org/browse/WFLY-2756
Project: WildFly
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: JMS
Affects Versions: 8.0.0.CR1
Reporter: Jeff Mesnil
Assignee: Jeff Mesnil
Priority: Critical
Fix For: 8.0.0.Final
When JMS connection factory definitions are used to setup connection factory, the messaging subsystem adds the "netty" connector if no connectors are specified in the definition.
This introduces a problem if users do not define a connector named "netty" in their configuration (as it will be the case when we switch to using the http-connector instead of the remote-connector by default).
Workaround this is to ask HornetQ for the connectors that can be used and pick one (and logs a warning message telling the user that it should not depend on that behaviour and explicitly specify which connector to use).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list