|
mamaMsg_createForWombatMsg
Hello,
I cannot find the function mamaMsg_createForWombatMsg which is described in section 11.2 of the developer’s guide (example 62).
Could you tell me where to find it?
Thank you,
Hello,
I cannot find the function mamaMsg_createForWombatMsg which is described in section 11.2 of the developer’s guide (example 62).
Could you tell me where to find it?
Thank you,
|
By
Nicolas Huyghe
·
#91
·
|
|
Re: Openmama-users Digest, Vol 7, Issue 4
Hi,
I think accept is also work when avis middle ware u used
Regards,
Kulbhushan Chaskar.
Hi,
I think accept is also work when avis middle ware u used
Regards,
Kulbhushan Chaskar.
|
By
kulbhushan chaskar <kulbhushanchaskar@...>
·
#90
·
|
|
Re: Transport Listener issue
Hi
There are a number of transport callback events available through OpenMAMA but not all middlewares support them all.
MAMA_TRANSPORT_CONNECT
MAMA_TRANSPORT_CONNECT_FAILED
Hi
There are a number of transport callback events available through OpenMAMA but not all middlewares support them all.
MAMA_TRANSPORT_CONNECT
MAMA_TRANSPORT_CONNECT_FAILED
|
By
Ian Bell <IBell@...>
·
#89
·
|
|
Transport Listener issue
Hi everyone,
When using avis middleware, the transport listener does not receive any connection events except for disconnect when I shutdown the avis router.
Is that feature not supported with
Hi everyone,
When using avis middleware, the transport listener does not receive any connection events except for disconnect when I shutdown the avis router.
Is that feature not supported with
|
By
Nicolas Huyghe
·
#88
·
|
|
Re: dictionary publisher and avis
Hi
Currently avis can’t support the dictionary as the point of the dictionary is to relate fids to names and the avis payload can’t have both.
A way to fix this may be to modify the avis
Hi
Currently avis can’t support the dictionary as the point of the dictionary is to relate fids to names and the avis payload can’t have both.
A way to fix this may be to modify the avis
|
By
Ian Bell <IBell@...>
·
#87
·
|
|
dictionary publisher and avis
Hello
I am trying to publish a dictionary over avis. The sample listener (written in C) crashes on reception of the dictionary message (during iteration on the fields of the dictionary message).
Hello
I am trying to publish a dictionary over avis. The sample listener (written in C) crashes on reception of the dictionary message (during iteration on the fields of the dictionary message).
|
By
Nicolas Huyghe
·
#86
·
|
|
Re: Announcing the Tick42 Blp Bridge for OpenMama (with attached documents this time)
By
Tom Doust
·
#85
·
|
|
Announcing the Tick42 Blp Bridge for OpenMama
We are pleased to announce version 1.0 of the Tick42 blp bridge which uses the Bloomberg Open API. This provides OpenMama access to Bloomberg data from Bloomberg Terminal, Server API and Managed
We are pleased to announce version 1.0 of the Tick42 blp bridge which uses the Bloomberg Open API. This provides OpenMama access to Bloomberg data from Bloomberg Terminal, Server API and Managed
|
By
Tom Doust
·
#84
·
|
|
Re: Handling stale messages
Hi Nicolas,
The main difference is that MAMA_QUALITY_STALE is a property of a mamaSubscription object, while MAMA_MSG_STATUS_STALE is a property of the mamaMsg object - you will receive stale messages
Hi Nicolas,
The main difference is that MAMA_QUALITY_STALE is a property of a mamaSubscription object, while MAMA_MSG_STATUS_STALE is a property of the mamaMsg object - you will receive stale messages
|
By
Glenn McClements <gmcclements@...>
·
#83
·
|
|
Handling stale messages
Hi there,
When looking at source code, I see two ways of notifying subscription staleness: mamaStatus: MAMA_MSG_STATUS_STALE and mamaQuality: MAMA_QUALITY_STALE
What is the difference between
Hi there,
When looking at source code, I see two ways of notifying subscription staleness: mamaStatus: MAMA_MSG_STATUS_STALE and mamaQuality: MAMA_QUALITY_STALE
What is the difference between
|
By
Nicolas Huyghe
·
#82
·
|
|
Re: create new bridge
Hi Nicolas,
There is a wiki page at http://wiki.openmama.org/index.php/OpenMAMA_Bridge_Documentation which give a good introduction to building your own bridge.
You can also take a look at the sample
Hi Nicolas,
There is a wiki page at http://wiki.openmama.org/index.php/OpenMAMA_Bridge_Documentation which give a good introduction to building your own bridge.
You can also take a look at the sample
|
By
Glenn McClements <gmcclements@...>
·
#81
·
|
|
create new bridge
Hello
Is there a document that explains how to create a new bridge?
Thanks
Hello
Is there a document that explains how to create a new bridge?
Thanks
|
By
Nicolas Huyghe
·
#80
·
|
|
Protobuf Payload Addendum
Hi,
As I am a NYSE Technologies employee, I have been asked to clarify a few points regarding the Protocol Buffers Payload for OpenMAMA library.
Firstly, the Protocol Buffers for OpenMAMA
Hi,
As I am a NYSE Technologies employee, I have been asked to clarify a few points regarding the Protocol Buffers Payload for OpenMAMA library.
Firstly, the Protocol Buffers for OpenMAMA
|
By
Tim Jones <Tgjones@...>
·
#79
·
|
|
Protobuf Payload
Hi,
I've recently been working on an open-source demonstrator payload for OpenMAMA which wraps Google Protocol Buffers.
Firstly, its not complete! It builds but I have no facility to test it
Hi,
I've recently been working on an open-source demonstrator payload for OpenMAMA which wraps Google Protocol Buffers.
Firstly, its not complete! It builds but I have no facility to test it
|
By
Tim Jones <Tgjones@...>
·
#78
·
|
|
Re: Publishing own dictionary
Hi Nicolas,
We don't have any sample example program for populating/publishing dictionary, but those method should work out of box with no issues, as it has been used internally in other
Hi Nicolas,
We don't have any sample example program for populating/publishing dictionary, but those method should work out of box with no issues, as it has been used internally in other
|
By
Jacobraj Benet <JBenet@...>
·
#77
·
|
|
Re: MAMA API not enforcing entitlement checks message
Hi Nicolas,
Good to hear that the example program was fine.
By default the OpenMAMA API does not enforce entitlement but can be enabled through the mama.properties to enforce entitlements.
For the
Hi Nicolas,
Good to hear that the example program was fine.
By default the OpenMAMA API does not enforce entitlement but can be enabled through the mama.properties to enforce entitlements.
For the
|
By
Jacobraj Benet <JBenet@...>
·
#76
·
|
|
Publishing own dictionary
Hi there
I’d like to publish the dictionary, which is possible as specified in “Advanced Publishing” section of the dev guide.
I also noticed that there is a way to populate a dictionary
Hi there
I’d like to publish the dictionary, which is possible as specified in “Advanced Publishing” section of the dev guide.
I also noticed that there is a way to populate a dictionary
|
By
Nicolas Huyghe
·
#75
·
|
|
Re: MAMA API not enforcing entitlement checks message
Hi Jacob,
The publisher / subscriber samples work fine (as well as the JNI samples).
I need to understand how entitlements are working when using OpenMAMA.
Is the entitlement server proprietary
Hi Jacob,
The publisher / subscriber samples work fine (as well as the JNI samples).
I need to understand how entitlements are working when using OpenMAMA.
Is the entitlement server proprietary
|
By
Nicolas Huyghe
·
#74
·
|
|
Re: installing openmama on ubuntu 12
Hi John,
I don't have lot of experience setting up the Virtual machine and so I can't provide much guidance on the version of Virtual Machine to use for the training.
In the past, we have use linux
Hi John,
I don't have lot of experience setting up the Virtual machine and so I can't provide much guidance on the version of Virtual Machine to use for the training.
In the past, we have use linux
|
By
Jacobraj Benet <JBenet@...>
·
#73
·
|
|
Re: MAMA API not enforcing entitlement checks message
Hi Nicolas,
The below message is only a warning message that informs that application is not enforcing entitlement.
This is not of any concern, How are you running the example program? Can you run the
Hi Nicolas,
The below message is only a warning message that informs that application is not enforcing entitlement.
This is not of any concern, How are you running the example program? Can you run the
|
By
Jacobraj Benet <JBenet@...>
·
#72
·
|