glassfishrobot
glassfishrobot
Add the Last Value Cache Feature for a topic. When you will connect to a topic, the last message sent on the topic will be resent to the new client....
Clarify how the JMS provider should interact with Transaction Managers. In particular, the responsibilities of the JMS Provider, the TM and the App Server during recovery need to be clearly...
Hi, So it's probably something that cannot be fixed easily but I thought you should be made aware of it. The `ELResolver` abstract class depends on `java.beans.FeatureDescriptor` (and implementations are...
As reported here: [http://java.net/jira/browse/JMS_SPEC-28](http://java.net/jira/browse/JMS_SPEC-28) (and originally here: [http://java.net/jira/browse/JAVAEE_SPEC-1](http://java.net/jira/browse/JAVAEE_SPEC-1)) : Currently there is no standard way how to enforce the ordering of the XAResource commits for the transaction. There are workarounds...
There is a contradiction in the JTA spec: 1\. On one hand, the UserTransaction javadoc [1] states that if the thread is already associated with a transaction and the Transaction...
Add additional method to the @Transactional annotation to set the TX timeout: public @interface Transactional { (...) long timeout(); TimeUnit unit() default TimeUnit.MILLISECONDS; }
While most vendors (MQSeries, Tibco, etc.) do not have this requirement, it appears that some (such as HornetQ) require that end be called eagerly as a result of delistResource being...
This is being opened to track the topic and whether it warrants elaborating in the spec. Email exchange between Paul Parkinson and Ian Robinson... Paul: " Something I've always thought...
Add a new setRollbackOnly(Exception exception) API method to Transaction, TransactionManager, and UserTransaction where the resultant RollbackException later thrown has the exception parameter as a nested exception that can be inspected...
specify XAResource(s) transaction timeout value be set to the value of the encompassing JTA transaction's timeout value by default for portability.