Hi, today I'm trying to configure message owners from two namespaces,
using Binsor:
Facility("rhino.esb", RhinoServiceBusFacility, {
bus: {
@endpoint: endp,
@threadCount: 3
},
messages: {
add: {...@name: "NGinnBPM.Runtime.Events", @endpoint: endp},
add: {...@name: "NGinnBPM.Runtime.Messages", @endpoint: endp }
}
})
However, the 'messages' block is invalid because it's a dictionary and
it cannot contain duplicate keys ('add').
I tried changing it to an array, but without success:
add: [ {...@name: "NGinnBPM.Runtime.Events", @endpoint: endp}, {...@name:
"NGinnBPM.Runtime.Messages", @endpoint: endp }] - array is not
expected by RSB facility.
Is there any way to configure this correctly with Binsor?
BTW, I've got a question about message owners: are they used to
automatically subscribe to message owner endpoints when RSB encounters
ConsumerOf<Message>? If so, is there a possibility to subscribe for
the same type of message coming from two different endpoints?
Best regards
RG
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Rhino Tools Dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/rhino-tools-dev?hl=en
-~----------~----~----~----~------~----~------~--~---