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

gu.simplemq.activemq.ActivemqPropertiesHelper Maven / Gradle / Ivy

package gu.simplemq.activemq;

import gu.simplemq.MQConstProvider;
import gu.simplemq.jms.JmsRuntimeContext;
import gu.simplemq.jms.PropertiesHelper;

public class ActivemqPropertiesHelper extends PropertiesHelper {
	public ActivemqPropertiesHelper(JmsRuntimeContext runtimeContext) {
		super(runtimeContext);
	}

	@Override
	public MQConstProvider getConstProvider() {
		return ActivemqConstProvider.APROVIDER;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy