jeanouii commented on issue #1713:
URL: https://github.com/apache/activemq/issues/1713#issuecomment-3958311915

   ## Known Failures
   
   The majority of failures are caused by unimplemented JMS 2.0 features in 
ActiveMQ:
   
   [cols="1,3,1",options="header"]
   |===
   | Category | Root Cause | Failures
   
   | Async send
   | `CompletionListener` APIs throw `UnsupportedOperationException`
   | 36
   
   | Shared subscriptions
   | `createSharedConsumer` / `createSharedDurableConsumer` not implemented
   | 12
   
   | `receiveBody()`
   | `JMSConsumer.receiveBody(Class<T>)` not implemented
   | 12
   
   | Delivery delay
   | `setDeliveryDelay` / `getDeliveryDelay` not implemented
   | 10
   
   | JMS version metadata
   | `ConnectionMetaData` reports version 1.1 instead of 3.1
   | 4
   
   | Exception types
   | Wrong exception class thrown in several edge cases
   | ~15
   
   | Other
   | Temp destination lifecycle, property handling, security exceptions
   | ~12
   |===


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to