/******************************************************************************* * Copyright (c) 2009, 2010 Progress Software Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html ******************************************************************************/ package org.fusesource.tools.messaging.jms.ui; public interface JMSImageConstants { public static final String QUEUE_IMAGE_ICON = "icons/jms/queue.gif"; public static final String QUEUE_STOPPED_IMAGE_ICON = "icons/jms/queue_stop.gif"; public static final String TOPIC_IMAGE_ICON = "icons/jms/topic.gif"; public static final String TOPIC_STOPPED_IMAGE_ICON = "icons/jms/topic_stop.gif"; public static final String DURABLE_TOPIC_IMAGE_ICON = "icons/jms/durable_subscriber.gif"; public static final String DURABLE_TOPIC_STOPPED_IMAGE_ICON = "icons/jms/durable_subscriber_stop.gif"; public static final String REPLY_TO = "icons/jms/reply_to.gif"; }