The Artima Developer Community
Sponsored Link

Java Buzz Forum
Using a JMS Provider with MDBs via the J2EE Connector Architecture

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
dion

Posts: 5028
Nickname: dion
Registered: Feb, 2003

Dion Almaer is the Editor-in-Chief for TheServerSide.com, and is an enterprise Java evangelist
Using a JMS Provider with MDBs via the J2EE Connector Architecture Posted: Jun 24, 2004 9:27 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by dion.
Original Post: Using a JMS Provider with MDBs via the J2EE Connector Architecture
Feed Title: techno.blog(Dion)
Feed URL: http://feeds.feedburner.com/dion
Feed Description: blogging about life the universe and everything tech
Latest Java Buzz Posts
Latest Java Buzz Posts by dion
Latest Posts From techno.blog(Dion)

Advertisement
Debu Panda has written an article on Using a JMS Provider with MDBs via the J2EE Connector Architecture. You often find that once a technology is fairly mature, changes in version don't get as much attention, unless they are a rewrite like EJB 3 ;) The latest versions of J2EE Connector Architecture, JMS, and MDBs make the technologies a lot nicer to use. It is great that we can write MDBs that use messages that are not JMS messages. I also like the fact that with JMS 1.1 we don't have the two parralel object trees of Queues and Topics. It is a lot nicer that you can use the MessageProducer/MessageConsumer which works with both point-to-point and pub/sub. Now I don't have to tweak my client code if I change the publishing model. A nice article.... *go to page 2 to get to the real meat*.

Read: Using a JMS Provider with MDBs via the J2EE Connector Architecture

Topic: Tiger Snapshots: riding the release train Previous Topic   Next Topic Topic: [Jun 16, 2004 10:51 PDT] 9 Links

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use