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

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

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

import jakarta.jms.JMSContext;
import jakarta.jms.Queue;

public interface MQBrokerUtils {
    void setQueueManager(JMSContext context, Queue queue);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy