1d
comment I'm getting a deadlock when calling consumer.setMessageListener(MessageListener)
Is that enough information?
May
21
revised I'm getting a deadlock when calling consumer.setMessageListener(MessageListener)
Added more detail including a code sample.
May
20
asked I'm getting a deadlock when calling consumer.setMessageListener(MessageListener)
Apr
30
comment ThreadPoolExecutor with unbounded queue not creating new threads
According to the javadocs: By setting corePoolSize and maximumPoolSize the same, you create a fixed-size thread pool. So if you follow your last sentence you'd be better off just using a Executors.newFixedThreadPool(poolSize).
Mar
13
awarded Notable Question
Jan
9
comment How do I get the directory that the currently executing jar file is in?
Good point, our application is wrapped in one huge jar (unfortunately).
Dec
19
awarded Notable Question
Dec
2
awarded Notable Question
Nov
2
comment Preserve JTable selection across TableModel change
The above links are now obsolete.
Oct
24
awarded Notable Question
Oct
19
awarded Popular Question
Aug
17
awarded Notable Question
Jun
18
accepted Is there a better way to get an initial load of data with activemq?
Jun
18
accepted How should I localize system strings that always have to be in english in the database?
Jun
14
comment How should I localize system strings that always have to be in english in the database?
This is the route I'm trying first, but it seems so brute force. I was hoping there would be another way.
Jun
14
asked How should I localize system strings that always have to be in english in the database?
Jun
6
awarded Notable Question
May
30
awarded Yearling
May
23
awarded Self-Learner
Apr
18
awarded Popular Question
1 2 3 4 5