1 18 package org.apache.activemq.jndi; 19 20 21 26 public class DestinationNameWithSlashTest extends JNDITestSupport { 27 public void testNameWithSlash() throws Exception { 28 assertDestinationExists("jms/Queue"); 29 30 } 31 32 protected void configureEnvironment() { 33 super.configureEnvironment(); 34 environment.put("queue.jms/Queue", "example.myqueue"); 35 } 36 } 37 | Popular Tags |