Author |
Message |
Topic: RFE - ESQL access to user defined configurable services |
sarath.g33
Replies: 18 Views: 24077
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Dec 05, 2016 7:53 am Subject: RFE - ESQL access to user defined configurable services |
while (!INSTANCE.b.hasBeenPopulatedByBroker()) {
Thread.sleep(100);
}
Any advise why broker instance need to wait/sleep for 1 sec? In whi ... |
Topic: User defined configurable service(UDCS) in ESQL/Mapping |
sarath.g33
Replies: 1 Views: 3357
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Dec 05, 2016 6:57 am Subject: User defined configurable service(UDCS) in ESQL/Mapping |
Hello,
Does IBM provides any esql/mapping functions directly to call UDCS properties. Below are two approaches I can see to fetch UDCS. Please let me know if you have any other options/ ... |
Topic: IIB V10 Node(broker) not working when Queue manager provided |
sarath.g33
Replies: 12 Views: 28008
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 18, 2015 1:14 am Subject: IIB V10 Node(broker) not working when Queue manager provided |
Are you sure that MQ V7.0.1 is supported with IIB 10 as a direct connection
(broker creaded using -q option)
I am not sure about MQ v7.0.1 supports or not.
Yes I created broker from command cons ... |
Topic: IIB V10 Node(broker) not working when Queue manager provided |
sarath.g33
Replies: 12 Views: 28008
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 17, 2015 11:43 pm Subject: IIB V10 Node(broker) not working when Queue manager provided |
Dear All,
I installed IIB v10 & MQ V7.0.1 in my machine, When I created NODE(broker) with out Queue manager, My integration node was creating and running.
When I prov ... |
Topic: SOAPInput node not picking JMS messages |
sarath.g33
Replies: 12 Views: 8109
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 06, 2015 11:47 pm Subject: Re: SOAPInput node not picking JMS messages |
How would we know?
You need to configure the one that you need to talk to.
Thanks for reply.
I am looking for sample End point URL who to configure, I configured URL like this : queue:\\< ... |
Topic: SOAPInput node not picking JMS messages |
sarath.g33
Replies: 12 Views: 8109
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 06, 2015 4:55 am Subject: Re: SOAPInput node not picking JMS messages |
Yes I configured with JMS transport only.. with all configuration initial context, Connection Factory & Destination.
Can you please provide endpoint URL which I need to configure in SOAP UI
... |
Topic: SOAPInput node not picking JMS messages |
sarath.g33
Replies: 12 Views: 8109
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 05, 2015 10:15 pm Subject: Re: SOAPInput node not picking JMS messages |
You have to check between your Hermes configuration and your SOAPUI configuration. In your SOAPUI configuration you have to specify the correct endpoint so that the message gets sent to the correc ... |
Topic: SOAPInput node not picking JMS messages |
sarath.g33
Replies: 12 Views: 8109
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 04, 2015 10:45 pm Subject: Re: SOAPInput node not picking JMS messages |
Hi Kash, Thanks for the reply.
Actually there was no problem with SOAPnput node.
I was unaware of adding Hermes 'JMS EndPoint' from SOAP UI, the messages are picked up now.
Now the problem i ... |