001package var.mom.jms.revers;
002
003/**
004 * global configuration for String reverter service
005 *
006 * @author Sandro Leuchter
007 *
008 */
009public class Conf {
010        /**
011         * String constant for the request destination of String reverter service
012         *
013         * @see javax.jms.Destination
014         */
015        public static final String QUEUE = "var.mom.jms.revers";
016}