remove comments
This commit is contained in:
parent
8b8d7db7e7
commit
44484cce98
@ -40,8 +40,6 @@ public class QueueClient extends QueueCommons {
|
||||
jmsSender = jmsSession.createSender(jmsSystemQueue);
|
||||
}
|
||||
|
||||
// Query a single value from the QueueServer which will process it as
|
||||
// root.
|
||||
public void send(QueueTask task) throws ProcessorException {
|
||||
try {
|
||||
ObjectMessage jmsMessage = jmsSession.createObjectMessage(task);
|
||||
@ -65,7 +63,6 @@ public class QueueClient extends QueueCommons {
|
||||
}
|
||||
}
|
||||
|
||||
// frees all ressources
|
||||
public void close() {
|
||||
try {
|
||||
if (jmsSender != null) jmsSender.close();
|
||||
|
Loading…
Reference in New Issue
Block a user