
org.frameworkset.mq.BaseSendCallback Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bboss-plugin-activemq Show documentation
Show all versions of bboss-plugin-activemq Show documentation
hibernate plugin,word/pdf plugin
The newest version!
package org.frameworkset.mq;
import javax.jms.Session;
public abstract class BaseSendCallback implements SendCallback {
@Override
public boolean autocommit() {
// TODO Auto-generated method stub
return true;
}
@Override
public int ackMode() {
// TODO Auto-generated method stub
return Session.AUTO_ACKNOWLEDGE;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy