• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Using MDB with synchronous XML messaging

 
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi all
Can any body tell me,is there any way in mdb through which i can use it for synchronous xml messaging.Like there is one application which sends request to legacy system in XML format and then does the process after getting the reponse in XML format only.So its a synchronous flow.Sends a request then gets the response and do further processing.As of now i know that in EJB we cant have wait in one method call so that we can wait for the response XML.That is we cant implement thread in EJB, As container does threading part.
But i have gone through EJB 2.1 specification about "Timer" but could able to get completely.Can any body tell me is it something related to my problem of synchronous messaging.
Waiting for the response.
regards
Santosh
 
reply
    Bookmark Topic Watch Topic
  • New Topic