aspose file tools
The moose likes EJB and other Java EE Technologies and the fly likes worker Thread Vs JMS Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "worker Thread Vs JMS" Watch "worker Thread Vs JMS" New topic
Author

worker Thread Vs JMS

kri shan
Ranch Hand

Joined: Apr 08, 2004
Posts: 1300
Worker Threads also act as asynchronous, then how JMS is differnt from worker threads ?
Henry Wong
author
Sheriff

Joined: Sep 28, 2004
Posts: 16695
    
  19

kri shan wrote:Worker Threads also act as asynchronous, then how JMS is differnt from worker threads ?


Can you define what you mean by JMS? When I hear JMS, I think of the "Java Messaging Service" -- which is the API wrapper around commercial messaging systems, such as Tibco EMS, IBM MQ, ActiveMQ, INFA UM, etc. Although, there are threads concerns, it isn't exactly comparable to it... so, obviously, you are talking about something else here.

Henry
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: worker Thread Vs JMS
 
Similar Threads
Interview ques
How to create Thread Pooling In Jboss?
WA #1.....word association
What if I don't shutdown the ExecutorService ?
help in having 'n' BlockedQueues and 'm' threads