mirror of https://github.com/apache/activemq.git
Fix error message typo.
Fix typo from javax.jmx.ConnectionFactory to javax.jms.ConnectionFactory
This commit is contained in:
parent
53a9080c27
commit
991d69f387
|
@ -175,7 +175,7 @@ public class PooledConnectionFactory implements ConnectionFactory, QueueConnecti
|
|||
if (toUse instanceof ConnectionFactory) {
|
||||
this.connectionFactory = toUse;
|
||||
} else {
|
||||
throw new IllegalArgumentException("connectionFactory should implement javax.jmx.ConnectionFactory");
|
||||
throw new IllegalArgumentException("connectionFactory should implement javax.jms.ConnectionFactory");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue