001/* 002 * The contents of this file are subject to the license and copyright 003 * detailed in the LICENSE and NOTICE files at the root of the source 004 * tree. 005 */ 006package org.fcrepo.jms; 007 008/** 009 * <p>JMSQueuePublisherTest class.</p> 010 * 011 * @author acoburn 012 */ 013public class JMSQueuePublisherTest extends AbstractJMSPublisherTest { 014 protected AbstractJMSPublisher getPublisher() { 015 return new JMSQueuePublisher(); 016 } 017}