Hi Guys ,

>From the documentation I was able to run the sample application provided by 
>Jboss People. But I am unable to track the flow of the application. I want to 
>develop a generic method so that the developer will call that method to send a 
>Message and he will get a response Message. Can anybody tell me how to develop 
>a customized ESB application so that it can be used in the application. I need 
>a stater guide to achieve this. I would like to make it more specific that a 
>message will go in one Queue and response will be acknowledged in another 
>Queue.

My method structure will be like this

public Message sendAndGet(Message msg,... some other parameters)
{
       //Receive the message and send it to Queue A
      //make a webservice call
      //Generate a response message
     //Send the response message to the caller 
     //The response message should come from the Queue B

}

If I get any response in this regard, I will be obliged to the Jboss community.


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023467#4023467

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023467
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to