|
Re: NO_BRIDGE_IMPL() issue (avis is compiled/linked properly)
Hey Glen,
yeah, theoretically speaking there is not much of a difference in the required libs.
I installed avis in /usr/local so /usr/local/include contains the avis folder, and /usr/local/lib
Hey Glen,
yeah, theoretically speaking there is not much of a difference in the required libs.
I installed avis in /usr/local so /usr/local/include contains the avis folder, and /usr/local/lib
|
By
Gagan Sidhu <gagan@...>
·
#95
·
|
|
Re: NO_BRIDGE_IMPL() issue (avis is compiled/linked properly)
Hi Gigan,
This looks like the avis bridge lib isn't in being loaded for some reason
(FYI bridge libraries are dynamical *loaded* using dlopen() not
dynamically linked). Is the bridge library and the
Hi Gigan,
This looks like the avis bridge lib isn't in being loaded for some reason
(FYI bridge libraries are dynamical *loaded* using dlopen() not
dynamically linked). Is the bridge library and the
|
By
Glenn McClements <gmcclements@...>
·
#94
·
|
|
NO_BRIDGE_IMPL() issue (avis is compiled/linked properly)
Hi guys,
Currently I'm on OSX and trying to build the openMAMA libs for my system.
I understand that OSX is not officially supported, but the issue I'm experiencing is not specific to this
Hi guys,
Currently I'm on OSX and trying to build the openMAMA libs for my system.
I understand that OSX is not officially supported, but the issue I'm experiencing is not specific to this
|
By
Gagan Sidhu <gagan@...>
·
#93
·
|
|
Re: mamaMsg_createForWombatMsg
mamaMsg_create(), mamaMsg_createForPayload(), or mamaMsg_createForPayloadBridge() should be used instead.
The function mamaMsg_createForWombatMsg() does not exist in OpenMAMA. The reference to it
mamaMsg_create(), mamaMsg_createForPayload(), or mamaMsg_createForPayloadBridge() should be used instead.
The function mamaMsg_createForWombatMsg() does not exist in OpenMAMA. The reference to it
|
By
Stuart Beattie <SBeattie@...>
·
#92
·
|
|
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.
On Thu, Oct 18, 2012 at 5:30 PM, <openmama-users-request@...> wrote:
Hi,
I think accept is also work when avis middle ware u used
Regards,
Kulbhushan Chaskar.
On Thu, Oct 18, 2012 at 5:30 PM, <openmama-users-request@...> wrote:
|
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
·
|