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

gu.dtalk.activemq.ActivemqContext Maven / Gradle / Ivy

There is a newer version: 0.8.2
Show newest version
package gu.dtalk.activemq;

import gu.simplemq.IMQContext;
import gu.simplemq.MQConstProvider;
import gu.simplemq.MQContextLoader;
import gu.simplemq.MQPropertiesHelper;
import gu.simplemq.MessageQueueType;

public class ActivemqContext {

	public static final IMQContext CONTEXT = MQContextLoader.getMQContextChecked(MessageQueueType.ACTIVEMQ);
	public static final MQPropertiesHelper HELPER = CONTEXT.getPropertiesHelper();
	public static final MQConstProvider CONST_PROVIDER = HELPER.getConstProvider();

	private ActivemqContext() {
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy