|
Re: Missing transport status in C++ code
Hi,
The context is that for the Tick42 bridge when the user is not valid (not in DACS) then the bridge sendsMAMA_TRANSPORT_CONNECT_FAILED to the transport callback, but the C++ app does not get a
Hi,
The context is that for the Tick42 bridge when the user is not valid (not in DACS) then the bridge sendsMAMA_TRANSPORT_CONNECT_FAILED to the transport callback, but the C++ app does not get a
|
By
Alpert, Reed <reed.alpert@...>
·
#1458
·
|
|
Re: Question about queue's reusable message
Hi Sam,
Thanks for your email.
Typical scenarios and use cases that we have encountered, the queue is not usually destroyed that often, so we could very well have missed this during our internally
Hi Sam,
Thanks for your email.
Typical scenarios and use cases that we have encountered, the queue is not usually destroyed that often, so we could very well have missed this during our internally
|
By
Gary Molloy <g.molloy@...>
·
#1456
·
|
|
Re: Missing transport status in C++ code
Hi Reed,
On second thoughts, the callbacks are the internal MamaQueue.
Possibly it may have been added for Avis [which is deprecated] let us look into it a bit more.
Thanks,
Adrienne
Hi Reed,
On second thoughts, the callbacks are the internal MamaQueue.
Possibly it may have been added for Avis [which is deprecated] let us look into it a bit more.
Thanks,
Adrienne
|
By
Adrienne Ambrose <a.ambrose@...>
·
#1455
·
|
|
Re: Missing transport status in C++ code
Hi Reed,
Thanks for your email.
In regards to the status codes
- MAMA_TRANSPORT_CONNECT_FAILED
- MAMA_TRANSPORT_WRITE_QUEUE_LOW_WATER_MARK
- MAMA_TRANSPORT_WRITE_QUEUE_HIGH_WATER_MARK
Hi Reed,
Thanks for your email.
In regards to the status codes
- MAMA_TRANSPORT_CONNECT_FAILED
- MAMA_TRANSPORT_WRITE_QUEUE_LOW_WATER_MARK
- MAMA_TRANSPORT_WRITE_QUEUE_HIGH_WATER_MARK
|
By
Adrienne Ambrose <a.ambrose@...>
·
#1457
·
|
|
Missing transport status in C++ code
Hi,
In MamaTransport.cpp:83 the status codes MAMA_TRANSPORT_CONNECT_FAILED/MAMA_TRANSPORT_WRITE_QUEUE_LOW_WATER_MARK/MAMA_TRANSPORT_WRITE_QUEUE_HIGH_WATER_MARK are missing from the list. Java is
Hi,
In MamaTransport.cpp:83 the status codes MAMA_TRANSPORT_CONNECT_FAILED/MAMA_TRANSPORT_WRITE_QUEUE_LOW_WATER_MARK/MAMA_TRANSPORT_WRITE_QUEUE_HIGH_WATER_MARK are missing from the list. Java is
|
By
Alpert, Reed <reed.alpert@...>
·
#1454
·
|
|
[Patch 2.3.2] Scons: fixes for Windows and Linux
Hi,
These are against the next branch.
Fixes for Windows build using docs, testtools, and unittests.
Fixes for using DOS commands instead of GNU/Linux commands.
Remove reference to 'enterprise' in
Hi,
These are against the next branch.
Fixes for Windows build using docs, testtools, and unittests.
Fixes for using DOS commands instead of GNU/Linux commands.
Remove reference to 'enterprise' in
|
By
Reed Alpert <reed.alpert@...>
·
#1453
·
|
|
Question about queue's reusable message
Hey all,
I'm tracking down a memory leak in our bridge, and I am trying to
understand why mamaMsg_setMsgBuffer doesn't set the owner flag in the
message. When the queue destroys the reusable
Hey all,
I'm tracking down a memory leak in our bridge, and I am trying to
understand why mamaMsg_setMsgBuffer doesn't set the owner flag in the
message. When the queue destroys the reusable
|
By
Sam Wilson <Sam.Wilson@...>
·
#1452
·
|
|
Re: [Openmama-users] OpenMAMA, OpenMAMDA and OpenMDM
Good Afternoon,
Firstly most of our email correspondence is on theopenmama-dev@... channel, this is the best place to open new topics for discussion.
OpenMamdais a framework running on top of
Good Afternoon,
Firstly most of our email correspondence is on theopenmama-dev@... channel, this is the best place to open new topics for discussion.
OpenMamdais a framework running on top of
|
By
Adrienne Ambrose <a.ambrose@...>
·
#1451
·
|
|
Re: onError from image request inbox lost
Hi
None of the enterprise bridges implement this functionality and the timeout is always relied upon to invoke the error call-back.
That said I did look into this at one stage for a similar scenario
Hi
None of the enterprise bridges implement this functionality and the timeout is always relied upon to invoke the error call-back.
That said I did look into this at one stage for a similar scenario
|
By
Ian Bell <i.bell@...>
·
#1450
·
|
|
C# DQPublisher Manager
Hi guys,
we continued wrapping the dqpublishermanager class in C# but got stuck again. We can create a dqpublishermanager and I also get the onCreate callback. Now, we try to notify the dqpm that
Hi guys,
we continued wrapping the dqpublishermanager class in C# but got stuck again. We can create a dqpublishermanager and I also get the onCreate callback. Now, we try to notify the dqpm that
|
By
Mathias Kim
·
#1449
·
|
|
Re: onError from image request inbox lost
Hi Sam
Interesting question.
I have been looking at a similar issue with snapshot subscriptions on our TREP bridge. The problem is a bit more general in that it includes conditions such as handling
Hi Sam
Interesting question.
I have been looking at a similar issue with snapshot subscriptions on our TREP bridge. The problem is a bit more general in that it includes conditions such as handling
|
By
Tom Doust
·
#1448
·
|
|
onError from image request inbox lost
Hey,
I've got a (hopefully) quick question for you guys.
First off, our scenario: instead of getting initials and recaps from an
interactive publisher, our middleware bridge allows market data
Hey,
I've got a (hopefully) quick question for you guys.
First off, our scenario: instead of getting initials and recaps from an
interactive publisher, our middleware bridge allows market data
|
By
Sam Wilson <Sam.Wilson@...>
·
#1447
·
|
|
[PATCH] SCons: OpenMAMA will not build on windows
BZ-183
Testing:-
Not middleware specific.
Applies to Windows only.
With the patch applied it will be possible to build mama on windows using scons.
Here is a very basic config (omama.conf) to
BZ-183
Testing:-
Not middleware specific.
Applies to Windows only.
With the patch applied it will be possible to build mama on windows using scons.
Here is a very basic config (omama.conf) to
|
By
Gary Molloy <g.molloy@...>
·
#1446
·
|
|
[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
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
|
By
Adrienne Ambrose <a.ambrose@...>
·
#1445
·
|
|
[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
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
|
By
Adrienne Ambrose <a.ambrose@...>
·
#1444
·
|
|
Re: Error handling in market data subscription activation and error notification to application
Hi Gary,
I created this Bugzilla to track this issue: http://bugs.openmama.org/show_bug.cgi?id=180
I’ll propose a patch in the next little while for the same.
Regards
--Alireza
Hi Gary,
I created this Bugzilla to track this issue: http://bugs.openmama.org/show_bug.cgi?id=180
I’ll propose a patch in the next little while for the same.
Regards
--Alireza
|
By
Alireza Assadzadeh <Alireza.Assadzadeh@...>
·
#1443
·
|
|
Re: Subscription onDestroy Callback
Hey Reed,
It does seem like onDestroy is intended to be used that way. When the bridge callsonDestroy, it causes OpenMAMA to switch the subscription's state from any of the "ING" states to the "ED"
Hey Reed,
It does seem like onDestroy is intended to be used that way. When the bridge callsonDestroy, it causes OpenMAMA to switch the subscription's state from any of the "ING" states to the "ED"
|
By
Sam Wilson <Sam.Wilson@...>
·
#1442
·
|
|
Re: OpenMAMA-2.3.3
Hi Guys,
We have updated some of the tickets being considered for this release asking for some addition information.
If you would like to have other issues to be considered for this upcoming
Hi Guys,
We have updated some of the tickets being considered for this release asking for some addition information.
If you would like to have other issues to be considered for this upcoming
|
By
Gary Molloy <g.molloy@...>
·
#1441
·
|
|
Re: OpenMAMA-2.3.2-rc1
Yep, looks good, please proceed.
Glenn
From: Gary Molloy
Date: Monday, 23 February 2015 14:42
To: "openmama-dev@..."
Subject: Re: [Openmama-dev] OpenMAMA-2.3.2-rc1
Hi Guys,
This reply is a bit
Yep, looks good, please proceed.
Glenn
From: Gary Molloy
Date: Monday, 23 February 2015 14:42
To: "openmama-dev@..."
Subject: Re: [Openmama-dev] OpenMAMA-2.3.2-rc1
Hi Guys,
This reply is a bit
|
By
Glenn McClements <g.mcclements@...>
·
#1440
·
|
|
OpenMAMA-2.3.3
Hi Guys,
We are currently planning the next release of OpenMAMA - OpenMAMA-2.3.3.
Please find below the initial list of issues that are currently scheduled for inclusion in this release:
Hi Guys,
We are currently planning the next release of OpenMAMA - OpenMAMA-2.3.3.
Please find below the initial list of issues that are currently scheduled for inclusion in this release:
|
By
Gary Molloy <g.molloy@...>
·
#1439
·
|