tags:

views:

33

answers:

1

Most of the examples that I seem to run into are using dynamic queues instead of queue defined during activemq startup (see activemq.xml file). Is there a significant degradation in performance if I use dynamic queue generation?

A: 

No. It really can be ignored performance-wise

Dejan Bosanac