From: Mike Schonberg <mschonberg@...>
Signed-off-by: Mike Schonberg <mschonberg@...>
---
mama/c_cpp/src/examples/mama.properties | 107 ++++++++++++-------------------
1 files changed, 41 insertions(+), 66 deletions(-)
diff --git a/mama/c_cpp/src/examples/mama.properties b/mama/c_cpp/src/examples/mama.properties
index b1663e3..59ff173 100644
--- a/mama/c_cpp/src/examples/mama.properties
+++ b/mama/c_cpp/src/examples/mama.properties
@@ -1,66 +1,41 @@
-################################################################################
-# Global MAMA properties for all middle ware
-################################################################################
-
-# The path and filename of the V5 Wirecache templates. If no path is given
-# then the WOMBAT_PATH environment varible will be used for the path.
-mama.wirecache.templates = wcache_templates.xml
-
-################################################################################
-# Example MAMA properties for Wombat messaging middle ware
-################################################################################
-
-# Disable WMW signal handlers for application which do not require default SHM
-# cleanup and correctly shutdown their application
-mama.wmw.disable_signal_handlers=1
-
-# The transport name is wmw_tport
-
-# The transport name is wmw_tport
-mama.wmw.transport.pub.is_naming=0
-mama.wmw.transport.pub.publish_port=1456
-
-mama.wmw.transport.sub.is_naming=0
-mama.wmw.transport.sub.subscribe_address_0=127.0.0.1
-mama.wmw.transport.sub.subscribe_port_0=1456
-
-################################################################################
-# Example MAMA properties for Data Fabric middle ware
-# These properties require Data Fabric 6.0 or later
-################################################################################
-
-# See the NYSE Technologies Data Fabric Configuration Reference Guide for
-# detailed explanations of all configuration options on Data Fabric
-
-# Data Fabric subscriber transport. The subscriber only requires the details of
-# the Naming Service Daemon (NSD) which connects publisher to subscribers based
-# on topics and groups. This transport can be used to subscribe to any publisher
-# type.
-mama.wmw.transport.wmw_sub.nsd_0=127.0.0.1:5151
-
-# Data Fabric TCP publisher transport. The type defaults to TCP and is therefore
-# not required.
-mama.wmw.transport.tcp_pub.nsd_0=127.0.0.1:5151
-
-# Data Fabric Remote Direct Memory Access (RDMA) publisher transport.
-mama.wmw.transport.vms_pub.nsd_0=127.0.0.1:5151
-mama.wmw.transport.vms_pub.type=vms
-mama.wmw.transport.vms_pub.publish_address=ib0
-
-# Data Fabric Multicast Verbs (MultiVerb) publisher transport.
-mama.wmw.transport.ibv_pub.nsd_0=127.0.0.1:5151
-mama.wmw.transport.ibv_pub.type=ibv
-mama.wmw.transport.ibv_pub.publish_address=ib0
-
-# Data Fabric transports for communicating via a Data Fabric Daemon (DFD)
-# The DFD allows bridging between transports and can also be used to segregate
-# environments. DFD communication is based on groups to control which
-# subscribers connect to the DFD publishing transport and which publishers the
-# DFD subscribing transport connects to.
-mama.wmw.transport.tcp_dfd_pub.nsd_0=127.0.0.1:5151
-mama.wmw.transport.tcp_dfd_pub.pub_group=feed
-mama.wmw.transport.tcp_dfd_pub.sub_groups=rr
-
-mama.wmw.transport.wmw_dfd_sub.nsd_0=127.0.0.1:5151
-mama.wmw.transport.wmw_dfd_sub.pub_group=dfd_rr
-mama.wmw.transport.wmw_dfd_sub.sub_groups=dfd
+# $Id: mama.properties.opensource,v 1.1.2.1.4.1 2012/04/17 10:52:12 emmapollock Exp $
+#
+# OpenMAMA: The open middleware agnostic messaging API
+# Copyright (C) 2011 NYSE Inc.
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301 USA
+#
+################################################################################
+# Global MAMA properties for all middle ware
+################################################################################
+
+# A comma delimited list of entitlements servers. Each server is specified as
+# host[:port]
+entitlement.servers=host1:8095,host2:8096,host3
+
+# The lowest and highest TCP/IP port number
+# on which a client will listen for requests
+# from an entitlements server.
+# Required for Concurrent Access Control
+# and Dynamic Entitlement Updates functionality.
+mama.entitlement.portlow=9500
+mama.entitlement.porthigh=9550
+
+################################################################################
+# Example MAMA properties for AVIS messaging middle ware
+################################################################################
+# URL for the avis router - default value is elvin://localhost
+#mama.avis.transport.url=elvin://host1:5555
--
1.7.7.6