1. Which JMS provider? coderanch.comI have an application in which component is communicating with each other using pipe files under unix. Now I am supposed to upgrade the whole Communication Architecture of the application. Other alternatives are JMS or Socket Programming. Should I chose JMS over Socket Programming?If yes then which JMS Provider should I choose? ActiveMQ seems very good to me. Any other suggestions ... |
2. JMS Provider coderanch.com |
3. Adding metadata information in JMS provider. coderanch.comHi,, I am new to JMS..Currently I am experimenting on a simple JMS application in which i want to transfer a metadata and data of table for example id Name dep 1 San dep1 2 Tom dep3 here i want metadata ie (id(int), name(String), dep(String)) to sent to every client who is consumer connecting to JMS provider I am not understanding ... |