|
Notification for new subscriptions 5 messages
Hi, Currently, I am trying to set up a publisher for market data with OpenMAMA in C#. I wonder if there is a way to receive a notifcation every time my publisher accepts a new subscription from a subs
Hi, Currently, I am trying to set up a publisher for market data with OpenMAMA in C#. I wonder if there is a way to receive a notifcation every time my publisher accepts a new subscription from a subs
|
By
Mathias Kim
·
|
|
Starting a bridge in a new thread 2 messages
Hi team, Is it necessary to start a bridge on a separate thread? new Thread() { public void run() { try { Mama.start(bridge); } catch (RuntimeException e) { } }.start(); } } Or should we use this Mama
Hi team, Is it necessary to start a bridge on a separate thread? new Thread() { public void run() { try { Mama.start(bridge); } catch (RuntimeException e) { } }.start(); } } Or should we use this Mama
|
By
Hari Shyam
·
|
|
Java missing method and junit tests 2 messages
Hi, I am working with the java interface as the Metafluent vendor (market data over JMS) is adding OpenMAMA support for the Tick42/RMDS, Solace, and SRLabs bridges. I’ve prepared a patch for a missing
Hi, I am working with the java interface as the Metafluent vendor (market data over JMS) is adding OpenMAMA support for the Tick42/RMDS, Solace, and SRLabs bridges. I’ve prepared a patch for a missing
|
By
Alpert, Reed
·
|
|
Transport callbacks when a middleware bridge automatically reconnects a transport 7 messages
Hi Folks, Some middleware bridges may have the capability to automatically reconnect to their messaging infrastructure after a connection failure, for example at the TCP/socket layer. In OpenMAMA C la
Hi Folks, Some middleware bridges may have the capability to automatically reconnect to their messaging infrastructure after a connection failure, for example at the TCP/socket layer. In OpenMAMA C la
|
By
Alireza Assadzadeh
·
|
|
Notification for new subscriptions Mathias
Hi Mathias, As Paul pointed out, what you would really want is DQPublisher for C#, but unfortunately there isn’t one at the moment. The reason for this is that that previously there hasn’t been a real
Hi Mathias, As Paul pointed out, what you would really want is DQPublisher for C#, but unfortunately there isn’t one at the moment. The reason for this is that that previously there hasn’t been a real
|
By
Glenn McClements
·
|
|
OpenMAMA and Enterprise Mama 5 messages
Hi, What is the plan for OM and EM? The entitlements in EM are not available in OM, and it looks like turning on entitlements in mama layer is for all of the loaded bridges. Are patches to OM made ava
Hi, What is the plan for OM and EM? The entitlements in EM are not available in OM, and it looks like turning on entitlements in mama layer is for all of the loaded bridges. Are patches to OM made ava
|
By
Alpert, Reed
·
|
|
[PATCH 2.3.2rc1] COMMON: Darwin port Update for Yosemite
Mac OSX 10.10 introduces htonll and ntohll macros in system headers, and as such we get redefine errors when compiling. Changed port.h to only define thefunctions if below Mac OSX 10.10. Also added 10
Mac OSX 10.10 introduces htonll and ntohll macros in system headers, and as such we get redefine errors when compiling. Changed port.h to only define thefunctions if below Mac OSX 10.10. Also added 10
|
By
Philip Preston
·
|
|
[PATCH 2.3.1 1/1] TESTTOOLS: capturereplayc does not need to send reply when the received mama subscription request is not from inbox.
If subscription message is not from inbox, then there is no need to publish the initial image when processing onNewRequest or onRequest. For example, in the case of a real time market data subscriptio
If subscription message is not from inbox, then there is no need to publish the initial image when processing onNewRequest or onRequest. For example, in the case of a real time market data subscriptio
|
By
Alireza Assadzadeh
·
|
|
[PATCH 2.3.1 1/1] MAMAC: Missing actions for snapshot subscriptions transition to deactivate state
For snapshot subscriptions, there is no bridge subscription callback to be called later with mamaSubscriptionImpl_onSubscriptionDestroyed. Therefore, add code to perform the additional actions for dea
For snapshot subscriptions, there is no bridge subscription callback to be called later with mamaSubscriptionImpl_onSubscriptionDestroyed. Therefore, add code to perform the additional actions for dea
|
By
Alireza Assadzadeh
·
|
|
OpenMAMA RPM Release Scripts 3 messages
Folks, Some of you may have noticed a few commits which have just landed in next which relate to the OpenMAMA RPM builds. These are tools which I've been using internally to help facilitate the OpenMA
Folks, Some of you may have noticed a few commits which have just landed in next which relate to the OpenMAMA RPM builds. These are tools which I've been using internally to help facilitate the OpenMA
|
By
Damian Maguire
·
|
|
Asynchronous publisher events 13 messages
Hey all, We're looking for a way to notify a mama application asynchronously of errors while publishing, specifically when the published message was rejected by the message broker's ACL. Our API assum
Hey all, We're looking for a way to notify a mama application asynchronously of errors while publishing, specifically when the published message was rejected by the message broker's ACL. Our API assum
|
By
Sam Wilson
·
|
|
Enforcing field type on publish 16 messages
Hi, This is regarding a way to check that the field data type being published matches (closely) the dictionary data type. The motivation for this is to prevent our internally published data caches fro
Hi, This is regarding a way to check that the field data type being published matches (closely) the dictionary data type. The motivation for this is to prevent our internally published data caches fro
|
By
Alpert, Reed
·
|
|
mamaMsg_toString & mamaMsg_freeString 2 messages
Hi, Question on mamaMsg_toString & mamaMsg_freeString. toString() calls into bridge impl, but freeString() just returns (is not available in the bridge impl mamaPayloadBridgeImpl). Currently for Tick4
Hi, Question on mamaMsg_toString & mamaMsg_freeString. toString() calls into bridge impl, but freeString() just returns (is not available in the bridge impl mamaPayloadBridgeImpl). Currently for Tick4
|
By
Alpert, Reed
·
|
|
Possible bug with MamaSubscription.java 2 messages
Hi, I’ve been testing the setupSubscription and createSubscription methods found in MamaSubscription.java. Key difference between the two is that setupSubscription is used when a subscription is creat
Hi, I’ve been testing the setupSubscription and createSubscription methods found in MamaSubscription.java. Key difference between the two is that setupSubscription is used when a subscription is creat
|
By
Chad Meyer
·
|
|
VectorChar and VectorBool field type enumerator 5 messages
Hi folks, I noticed that VectorChar and VectorBool do not have a field type enumerator in Mama (i.e. mamaFieldType enum in mama/fielddesc.h). Also, the related code for VectorChar and VectorBool in C/
Hi folks, I noticed that VectorChar and VectorBool do not have a field type enumerator in Mama (i.e. mamaFieldType enum in mama/fielddesc.h). Also, the related code for VectorChar and VectorBool in C/
|
By
Alireza Assadzadeh
·
|
|
[PATCH 2.3.1] Wombat: Add wombatQueue_deallocate 2 messages
Hey, Here is a patch that adds wombatQueue_deallocate, which makes it possible to reclaim resources if wombatQueue_create fails. Cheers, Sam diff --git a/common/c_cpp/src/c/queue.c b/common/c_cpp/src/
Hey, Here is a patch that adds wombatQueue_deallocate, which makes it possible to reclaim resources if wombatQueue_create fails. Cheers, Sam diff --git a/common/c_cpp/src/c/queue.c b/common/c_cpp/src/
|
By
Sam Wilson
·
|
|
Wombat Queue Destroy 4 messages
Hello! I'm trying to use Wombat Queue, but I can't figure out how to safely free a queue when the creation fails. Here's my example: wombatQueue queue; wombatQueueStatus status = wombatQueue_allocate(
Hello! I'm trying to use Wombat Queue, but I can't figure out how to safely free a queue when the creation fails. Here's my example: wombatQueue queue; wombatQueueStatus status = wombatQueue_allocate(
|
By
Sam Wilson
·
|
|
[PATCH 2.3.1] MamaPublisher: Overloaded MamaPublisher create method 10 messages
Hi, Attached is a patch for OpenMAMA JNI that overloads the MamaPublisher create method. For consistency purposes, the new method requires two String parameters, source and symbol, as opposed to a sin
Hi, Attached is a patch for OpenMAMA JNI that overloads the MamaPublisher create method. For consistency purposes, the new method requires two String parameters, source and symbol, as opposed to a sin
|
By
Chad Meyer
·
|
|
[PATCH 2.3.1 5/5] MAMA: Update examples and test tools for completed support of Vector Bool and Vectar Char.
Signed-off-by: Alireza Assadzadeh <Alireza.Assadzadeh@...> --- mama/c_cpp/src/examples/c/mamalistencachedc.c | 26 ++++++++++++++ .../c_cpp/src/examples/cpp/mamalistencachedcpp.cpp | 40 +++++++++++++++
Signed-off-by: Alireza Assadzadeh <Alireza.Assadzadeh@...> --- mama/c_cpp/src/examples/c/mamalistencachedc.c | 26 ++++++++++++++ .../c_cpp/src/examples/cpp/mamalistencachedcpp.cpp | 40 +++++++++++++++
|
By
Alireza Assadzadeh
·
|
|
[PATCH 2.3.1 4/5] MAMA: Update gunittest for completed support of Vector Bool and Vectar Char.
Signed-off-by: Alireza Assadzadeh <Alireza.Assadzadeh@...> --- .../gunittest/c/fieldcache/fieldcachefieldtest.cpp | 60 ++++++++++++++++ .../gunittest/c/mamamsg/msgfieldvectortests.cpp | 29 +++++--- ..
Signed-off-by: Alireza Assadzadeh <Alireza.Assadzadeh@...> --- .../gunittest/c/fieldcache/fieldcachefieldtest.cpp | 60 ++++++++++++++++ .../gunittest/c/mamamsg/msgfieldvectortests.cpp | 29 +++++--- ..
|
By
Alireza Assadzadeh
·
|