Search:

Type: Posts; User: NayaganRaj; Keyword(s):

Search: Search took 0.02 seconds.

  1. Hi, Thanks. I will try with this approach. ...

    Hi,

    Thanks. I will try with this approach.

    I will explore on the Spring Integration outbound gateway as well.


    Thanks
  2. Hi, I have verified the response message....

    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
  3. Hi, Thanks..I am bit confused now..sorry.. ...

    Hi,

    Thanks..I am bit confused now..sorry..

    Below line retrives the message id after sending the request and assigns it to correlationId .
    correlationId...
  4. Hi, Thanks for the response. I have a logic...

    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 =...
  5. How to get the response from REPLY QUEUE with correlation ID received from request?

    Hi,

    I am using the below code to send message


    public String sendMessage(final String text) {
    System.out.println("requestQueue: "+requestQueue);
    MyMessageCreator messageCreator =
    ...
  6. Hi Ulsa, Thanks..:):) Using...

    Hi Ulsa,

    Thanks..:):)

    Using ApplicationContext context = new ClassPathXmlApplicationContext("/springldap.xml"); loads all the beans mentioned in the xml.
  7. Application is failing to load the values from properties file.

    Hi,

    I am using maven for packaging my application.

    My springldap.xml has

    <bean id="propertyPlaceHolderPMSServices"...
Results 1 to 7 of 7