posted 20 years ago
Is there any standard JMS way of configuring my JMS provider? For example, I want to create queues (my book says that QueueSession.createQueue() is not portable), and assign the number of threads available for various aspects of the messaging.
Are there any proposals out there to standardize this sort of thing?
Chip Gobs