co.com.bancolombia.commons.jms.api.MQDestinationProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commons-jms-api Show documentation
Show all versions of commons-jms-api Show documentation
A performant abstraction on top of JMS
package co.com.bancolombia.commons.jms.api;
import jakarta.jms.Destination;
import jakarta.jms.JMSContext;
public interface MQDestinationProvider {
Destination create(JMSContext context);
}