I have a Service Endpoint setup as a Service Connector but the URL doesn't seem to be getting hit when messages are published. I've double checked and the Subscriber Id is subscribed to the topic. The queue has the messages sitting in it.
I've seen this behavior before, but it was only when I created a topic powered by MSMQ, clicked Save.....then after save, create the actual queues. When you create the queues AFTER you create and SAVE the topic, the publishing service will not auto start for that topic. However, if you have restart the esb service, all will work. The right order is create topic, select msmq, and hit apply. Then navigate to create queues. Once queues are created, then hit SAVE
I have a few other subscribers to this topic, the service endpoint just happens to be one of them. If I change the semantic to request they won't receive the messages correct?
I have written a few applications that are happily publishing messages with Semantic = Multicast. I then put a service endpoint on the bus that shouldn't return anything but the developer didn't mark it as OneWay (it's actually a void under the covers). I then have to change all of my publishers to Semantic = Request?
Permalink Reply by CM on October 30, 2009 at 1:53pm
A Service Connector set to request reply in the Binding tab will send messages with a Semantic of Request. A Service Connector set to Datagram will deliver messages to the service if they are a Semantic of Multicast.
Semantic flipping is something that is pretty natural in Neuron. Often what folks do is publish Multicast so more than one Party gets the message then in the Party in the Service Connector they run a pipeline that sets the appropriate Semantic and the SOAP Action on receive.
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