Kathiravan Sengodan

Subscribe to Kathiravan Sengodan: eMailAlertsEmail Alerts
Get Kathiravan Sengodan: homepageHomepage mobileMobile rssRSS facebookFacebook twitterTwitter linkedinLinkedIn


Top Stories by Kathiravan Sengodan

JMSML is a mark-up language designed and developed to make Java Message Service (JMS) and Java Management Extensions (JMX) programming easy by hiding all the JMS and JMX Java API complexity behind a few easy-to-use XML tags. JMS Applications: A Background A typical JMS application development process involves configuring and managing the JMS server components, like JMSConnectionFactory and JMSDestination, on the JMS Provider application server, writing JMS application clients that will make use of these administered server-side objects to do the Java messaging. JMS application clients are written in Java using the JMS API, and are categorized into two types of programs: Producers: For creating various JMS Message types (like Text, XML, Object, Stream, Bytes) and sending them to the JMS destinations (Queues and Topics) Consumers: For receiving messages from the JMS des... (more)