I have the same problem.
I have two esb sites running with NoB setting.
I am using 2 networkconnectors since both sides have to send jbi messages
each other.
esb cluster1 activemq.xml :
<amq:networkConnector uri="static://(tcp://cluster2:61616)"
dynamicOnly="true"
conduitSubscriptions="false">
</amq:networkConnector>
esb cluster2 activemq.xml
<amq:networkConnector uri="static://(tcp://cluster1:61616)"
dynamicOnly="true"
conduitSubscriptions="false">
</amq:networkConnector>
I have deployed echo service assembly in cluster2 and http consumer service
assembly in cluster1.
Basically I want to check if message from cluster1 could go to cluster2's
service (echo service)
I am using only sedaFlow and jcaFlow (not using jmsFlow) since later I want
to use xa transaction.
Also I am using the latest version of smx and activemq.
However when I invoke request using soapui from cluster1. I get the
following error.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<soapenv:Fault>
<faultcode>soapenv:Server</faultcode>
<faultstring>java.lang.NullPointerException</faultstring>
</soapenv:Fault>
</soapenv:Body>
</soapenv:Envelope>
kitplummer wrote:
>
> Yep. So, I take it you're not seeing it at the siteBService endpoint?
> Are you sure the endpoint is activated?
>
> Can you post your configs?
>
> On 7/11/07, bluedog <[EMAIL PROTECTED]> wrote:
>>
>>
>> kitplummer wrote:
>> >
>> > The NoB feature _does_ link the endpoints. You can tell the NoB setup
>> > to ignore certain endpoints though - to prevent extra/unnecessary
>> > traffic between the brokers.
>> >
>>
>> I guess I am not seeing how this is realized then.
>> Here is what I've got:
>> Site A servicemix.xml defines http endpoint which has as a target service
>> siteBService
>> Site B servicemix.xml defines endpoint siteBService which is currently
>> just
>> an instance of MockServiceComponent
>>
>> Both sites have an activemq.xml with static network connector lists
>> containing both site's location information.
>>
>> If I understand what you have written, the message should get routed to
>> the
>> endpoint at site B without any further effort?
>> --
>> View this message in context:
>> http://www.nabble.com/Bus-to-Bus-Communication-tf3918026s12049.html#a11548540
>> Sent from the ServiceMix - User mailing list archive at Nabble.com.
>>
>>
>
>
> --
> Kit Plummer
> Nobody-in-Charge @ Black:Hole:Logic
> http://www.blackholelogic.com
>
>
--
View this message in context:
http://www.nabble.com/Bus-to-Bus-Communication-tf3918026s12049.html#a11552253
Sent from the ServiceMix - User mailing list archive at Nabble.com.