package com.freedom.jms.samples;

public class JMSValues {
	
	
	static String icf = "com.sun.jndi.ldap.LdapCtxFactory";
	static String url = "ldap://75.101.131.40/cn=YOURACCOUNTID,cn=MaaS,dc=freedomoss,dc=com";
	
	
	static	String	msgEng	= "FP01";			// Used for CF and QMgr
	static String    writeQueue   =  "TEST.IN";
	static String    readQueue   =  "TEST.IN";
	static String    topic = "Sports";
	static	boolean	multi	= false;				// Do multiple and append number
	
	
}

