Thanks in advance for any help/guidance that can be provided.
Here's my issue. We have a business rule that says a queue cannot have more than X number of entries in it, think no more than 10...
Type: Posts; User: gbowser; Keyword(s):
Thanks in advance for any help/guidance that can be provided.
Here's my issue. We have a business rule that says a queue cannot have more than X number of entries in it, think no more than 10...
Thanks in advance for any help/guidance that can be provided.
Here's my issue. We have a business rule that says a queue cannot have more than X number of entries in it, think no more than 10...
I am using Spring 3.0 and I am leveraging the util:map to keep a map of my internal objects with the key being the look up name of the object. I do not have any issues instantiating the map. I do...
Sorry for the delay. It appears that there is no discernible difference in throughput if your support beans are prototype or singleton scoped. I ran 20,000 JMS messages, in a prepopulated JMS...
Thanks for the suggestion. I am currently running some tests to determine throughput given certain parameters. Started with the baseline of one JMS consumer and singleton support beans. Now I am...
I have a web application that resides inside JBoss. The majority of the work that this web application is designed to do is to take in XML, via JMS, perform some processing, and store a record in a...