|
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
·
|
|
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: 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
·
|
|
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: Announcing the Tick42 Blp Bridge for OpenMama (with attached documents this time)
By
Tom Doust
·
#85
·
|
|
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: 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
·
|
|
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: 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
·
|
|
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
·
|
|
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: 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
·
|
|
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: 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
·
|
|
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)
Gagan
It will compile - but the programs won't work because mac os x does not fully implement posix semaphores, and as such it silently fails. Also it won't load the bridge in the example apps
Gagan
It will compile - but the programs won't work because mac os x does not fully implement posix semaphores, and as such it silently fails. Also it won't load the bridge in the example apps
|
By
Philip Preston <PPreston@...>
·
#96
·
|
|
Re: NO_BRIDGE_IMPL() issue (avis is compiled/linked properly)
Hi Phil,
which library? Right now they look like this:
GagansMacPro:c Gagan$ ls -lh /usr/local/lib/libavis.*
lrwxr-xr-x 1 root wheel 15B 25 Nov 17:40 /usr/local/lib/libavis.0.0.0.dylib ->
Hi Phil,
which library? Right now they look like this:
GagansMacPro:c Gagan$ ls -lh /usr/local/lib/libavis.*
lrwxr-xr-x 1 root wheel 15B 25 Nov 17:40 /usr/local/lib/libavis.0.0.0.dylib ->
|
By
Gagan Sidhu <gagan@...>
·
#97
·
|
|
Re: NO_BRIDGE_IMPL() issue (avis is compiled/linked properly)
Ah if you have that semaphore sorted then it may just be the LIB_EXTENSION. That's in port.h in the environment specific folders in wombatcommon. Its set to .so for linux so I'd created a mac specific
Ah if you have that semaphore sorted then it may just be the LIB_EXTENSION. That's in port.h in the environment specific folders in wombatcommon. Its set to .so for linux so I'd created a mac specific
|
By
Philip Preston <PPreston@...>
·
#98
·
|
|
Re: NO_BRIDGE_IMPL() issue (avis is compiled/linked properly)
worked like a charm! Thanks Phil. My gosh, that's all it was :)
now to figure out how to use this and take over the world mwahahahahahha :)
worked like a charm! Thanks Phil. My gosh, that's all it was :)
now to figure out how to use this and take over the world mwahahahahahha :)
|
By
Gagan Sidhu <gagan@...>
·
#99
·
|
|
OpenMAMA and Avis building problem
Dear Sir/Madam
I am trying to build OpenMAMA and Avis on Ubuntu. However when i try to compile OpenMAMA and execute the following commands then i found some problems such as "mamajni" and "mamadajni"
Dear Sir/Madam
I am trying to build OpenMAMA and Avis on Ubuntu. However when i try to compile OpenMAMA and execute the following commands then i found some problems such as "mamajni" and "mamadajni"
|
By
shoyaib
·
#101
·
|