So, how can I query the currently running Neuron configuration for it's subscribers, publishers and for their topics (and whether or not they can pub/sub to those topics)
Is this info available through the API somehow? I would prefer this over getting the infor from the .esb file, if possible.
Permalink Reply by CM on November 4, 2009 at 9:16am
The TestClient uses the Administrator API. I believe you can link to the same dlls. Neuron.Esb.Administration is namespace I think you want to look at.
Ok, thanks for that... but after poking around a bit it's not entirely clear how to connect without already knowing a party ID.
Would I be better off looking directly at the .esb file? Or can you maybe show me a code snippet that shows how to connect to Neuron without a party id, then query for topics and publishers/subscribers?
Hi,We are using the Marketo adapter to push account updates to Marketo. It works well for some time then starts failing with Invalid Token unless restarted. Is there a configuration that can be done so it can auto refresh the token when required?Thanks!See More
I am new to Neuron ESB and in our current scenario,We need to process batch transactions comprising of ~1000 records and send them to Neuron ESB for further processing. I would like to understand what is the maximum size of payload that can be transferred using REST interface to Neuron ESB.See More
We have set up an ODBC adapter to poll a stored proc.We found that if the stored proc has a temporary table defined the rows returned are always 0.Any idea why this would be and what we can do to get around it?See More