All Downloads are FREE. Search and download functionalities are using the official Maven repository.

co.com.bancolombia.commons.jms.api.MQQueueCustomizer Maven / Gradle / Ivy

There is a newer version: 2.3.5
Show newest version
package co.com.bancolombia.commons.jms.api;

import jakarta.jms.JMSException;
import jakarta.jms.Queue;

public interface MQQueueCustomizer {
    void customize(Queue queue) throws JMSException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy