Remove dependency on JMS from common and broker modules
-------------------------------------------------------
Key: QPID-317
URL: https://issues.apache.org/jira/browse/QPID-317
Project: Qpid
Issue Type: Bug
Components: Java Broker, Java Common
Reporter: Rob Godfrey
Priority: Minor
Currently the common and broker modules require the JMS API.
In Common the dependency is in the BasicContentHeaderProperties class where a
number of method exist for making the properties FieldTable perform type
conversions in the way that is expected of JMSHeaders
In the Broker the dependencies are in code which is used for MessageSelectors.
Mostly this is throwing of JMSExceptions which can and should be replaced by
the throwing of AMQExceptions.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.