Hi,
Thanks. I will try with this approach.
I will explore on the Spring Integration outbound gateway as well.
Thanks
Type: Posts; User: NayaganRaj; Keyword(s):
Hi,
Thanks. I will try with this approach.
I will explore on the Spring Integration outbound gateway as well.
Thanks
Hi,
I have verified the response message.
Response message correlationid matched with Request message message id.
It works when i use java mq classes. I wanted to use spring...
Thanks
Hi,
Thanks..I am bit confused now..sorry..
Below line retrives the message id after sending the request and assigns it to correlationId .
correlationId...
Hi,
Thanks for the response.
I have a logic to copy the ID received from request queue and use it while getting the message from response queue.
String resSelectorId =...
Hi,
I am using the below code to send message
public String sendMessage(final String text) {
System.out.println("requestQueue: "+requestQueue);
MyMessageCreator messageCreator =
...
Hi Ulsa,
Thanks..:):)
Using ApplicationContext context = new ClassPathXmlApplicationContext("/springldap.xml"); loads all the beans mentioned in the xml.
Hi,
I am using maven for packaging my application.
My springldap.xml has
<bean id="propertyPlaceHolderPMSServices"...