blob: 274d304f7e24a842a189a869ae9d2bb66445d950 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
/***********************************************************************************************************************
* Copyright (c) 2008 empolis GmbH and brox IT Solutions GmbH. 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
*
* Contributors: Ivan Churkin (brox IT Solutions GmbH) - initial creator
**********************************************************************************************************************/
-->
<QueueWorkerConnectionsConfig xmlns="http://www.eclipse.org/smila/queue"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="schemas/QueueWorkerConfig.xsd"
>
<ConnectionConfig Id="broker1">
<URL>tcp://localhost:61616</URL>
<User>any</User>
<Password>any</Password>
<ConnectionFactory>org.apache.activemq.ActiveMQConnectionFactory</ConnectionFactory>
</ConnectionConfig>
<!--
<ConnectionConfig Id="broker2">
<URL>tcp://10.0.0.1:61617</URL>
<User>any1</User>
<Password>any1</Password>
<ConnectionFactory>com.ibm.mq.jms.MQQueueConnectionFactory</ConnectionFactory>
<ConnectionProperty Name="useExponentialBackOff">true</ConnectionProperty>
</ConnectionConfig>
-->
</QueueWorkerConnectionsConfig>