I have some problems using swiftmq in a request/reply mode ( I use the smqr1.properties configFile, modified with a new Queue called AllGroups) I do not manage to bind the temporaryQueue in the JNDI Context: //Seems to work fine: temporaryQueue = queueSenderSessionHandler.createTemporaryQueue(); jndiContext.bind(temporaryQueue.getQueueName(),temporaryQueue); //Allways return "QueueService: temporary queue not in the jndiContext !" if (temporaryQueue.equals(jndiContext.lookup(temporaryQueue.getQueueName()))) System.out.println("QueueService ok: Queue effectivly created in the jndiContext"); else{System.out.println("QueueService: temporary queue not in the jndiContext !");} Do you have an idea of what is wrong ? Have you experienced the same behaviour ? Have you found the reason for it ? Thanks for your help. ------------------------------------------------------ SwiftMQ developers mailing list * http://www.swiftmq.com To unsubscribe from this list, send an eMail to [EMAIL PROTECTED] and write in the body of your message: UNSUBSCRIBE developers <your-email-address> Archive: http://www.mail-archive.com/developers@mail.iit.de/