Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Java-SCA-2.x
-
None
Description
In JMSBIndingProcessor.writeDestinationProperties the following code is commented out:
// Type not handled yet
// String destinationType = jmsBinding.getDestinationType();
// if ( destinationType != null && destinationType.length() > 0)
However, it seems this should be supported.