ClioSport.net

Register a free account today to become a member!
Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

  • When you purchase through links on our site, we may earn an affiliate commission. Read more here.

Java Spring help needed



  BMW M6 & 172 Phase 1
Ok, brief description of the problem... I need to route messages to different queues dependant on what environment is specified in a database. The queue and connection information is also to be held in the database so it can be easily updated and changed.

I have a number of JmsTemplates set up in an xml file. I would ideally like to set the connectionFactory and Destination configuration at runtime based on these values pulled from the database. Sounds easy, but so far I'm stuck on how to do this.
 


Top