dictionary publisher and avis
Nicolas Huyghe
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).
Can you actually publish/subscribe a dictionary over avis? I also noticed that fields in avis message cannot have a fid and a name at the same time.
Thank you
|
|
Ian Bell <IBell@...>
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 bridge so that the name and fid could be passed in a field
Ie currently the id string is a fid or a name we could change the id string for the field to contain the name and fid separated by a particular character if you wan to send both.
If the character is not present that it could fall back to looking for a fir or a name.
Eg 699_wPriceLevels
Ian
From: openmama-users-bounces@... [mailto:openmama-users-bounces@...]
On Behalf Of Nicolas Huyghe
Sent: 12 October 2012 16:40 To: openmama-users@... Subject: [Openmama-users] 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).
Can you actually publish/subscribe a dictionary over avis? I also noticed that fields in avis message cannot have a fid and a name at the same time.
Thank you
Please consider the environment before printing this e-mail. This e-mail may contain confidential and/or privileged information. If you are not the intended recipient or have received this e-mail in error, please advise the sender immediately by reply e-mail and delete this message and any attachments without retaining a copy. Any unauthorised copying, disclosure or distribution of the material in this e-mail is strictly forbidden. |
|