1   package org.jencks.samples.outbound;
2   
3   
4   public class ActivemqOutboundMessagingTest extends AbstractJmsOutboundMessagingTest {
5   
6   	protected String[] getConfigLocations() {
7   		return new String[] { "org/jencks/samples/outbound/jencks-activemq.xml" };
8   	}
9   
10  }