|
[PATCH 2/2] Mama Java: Add java MamaDateTime::getAsFormattedString() method.
Bugzilla Ticket :- Bug 182 Testing:- Not middleware or O/S specific. Attached modified MamaListen.java application to the Bugzilla ticket, which instead of using the normal print function will now cal
Bugzilla Ticket :- Bug 182 Testing:- Not middleware or O/S specific. Attached modified MamaListen.java application to the Bugzilla ticket, which instead of using the normal print function will now cal
|
By
Adrienne Ambrose
·
|
|
[PATCH 1/2] Mama Java: Java subscription setup fix - it loses the closure.
Bugzilla Ticket :- Bug-181 Testing:- Not middleware or O/S specific. I have attached a modified MamaListen.java application to the Bugzilla ticket, which instead of using the createSubscription() we a
Bugzilla Ticket :- Bug-181 Testing:- Not middleware or O/S specific. I have attached a modified MamaListen.java application to the Bugzilla ticket, which instead of using the createSubscription() we a
|
By
Adrienne Ambrose
·
|
|
Error handling in market data subscription activation and error notification to application
4 messages
Hi Folks, I have noticed that in Mama C subscription, if a market data subscription activation callback (i.e. createAction) fails the error is not propagated in Mama subscription layer to the applicat
Hi Folks, I have noticed that in Mama C subscription, if a market data subscription activation callback (i.e. createAction) fails the error is not propagated in Mama subscription layer to the applicat
|
By
Alireza Assadzadeh
·
|
|
Subscription onDestroy Callback
3 messages
Hey everyone, I spoke quickly with Damien about this on IRC, but I thought I should raise the question with the community at large. What thread should the subscription's onDestroy callback be called f
Hey everyone, I spoke quickly with Damien about this on IRC, but I thought I should raise the question with the community at large. What thread should the subscription's onDestroy callback be called f
|
By
Sam Wilson
·
|
|
OpenMAMA-2.3.2-rc1
10 messages
Hi Guys, I will be cutting RC1 for the next release, 2.3.2, this afternoon. This will contain a handful of minor issues, unit tests updates, enterprise issues etc… If there are any issues in particula
Hi Guys, I will be cutting RC1 for the next release, 2.3.2, this afternoon. This will contain a handful of minor issues, unit tests updates, enterprise issues etc… If there are any issues in particula
|
By
Gary Molloy
·
|
|
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
·
|