remove test-code
This commit is contained in:
parent
d7390031e9
commit
3bd6fed66a
@ -89,7 +89,7 @@ public class Transaction {
|
|||||||
for (String hive : taskStores.keySet()) {
|
for (String hive : taskStores.keySet()) {
|
||||||
QueueTaskStore store = taskStores.get(hive);
|
QueueTaskStore store = taskStores.get(hive);
|
||||||
String queueName = "hsadminSystem-" + hive;
|
String queueName = "hsadminSystem-" + hive;
|
||||||
queueName = "hsadminSystem-h99"; // FIXME nicht committen !!!
|
// queueName = "hsadminSystem-h99"; // FIXME nicht committen !!!
|
||||||
Queue jmsSystemQueue = lookupJMSQueue(queueName);
|
Queue jmsSystemQueue = lookupJMSQueue(queueName);
|
||||||
QueueClient qClient = null;
|
QueueClient qClient = null;
|
||||||
try {
|
try {
|
||||||
|
Loading…
Reference in New Issue
Block a user