I hope this link would be helpfull
https://issues.apache.org/jira/browse/QPID-2800




"[email protected]" <[email protected]> 
11/09/2010 07:50 AM
Please respond to
[email protected]


To
[email protected]
cc

Subject
A warning message when creating a connection







I am using qpid-0.6 java broker and JMS client. When I start a connection 
I
will get this warning message:
WARN  ClientDelegate - Ignoring the idle timeout 0 set by the connection,
using the brokers max value 65535

Below is my JMS configuration:

java.naming.factory.initial =
org.apache.qpid.jndi.PropertiesFileInitialContextFactory
connectionfactory.qpidConnectionfactory =
amqp://guest:gu...@clientid/test?brokerlist='tcp://localhost:5672'
destination.directQueue =
direct://amq.direct//message_queue?routingkey='routing_key'

Below is my code:

context = new InitialContext(properties);
ConnectionFactory conFac = (ConnectionFactory) context
  .lookup("qpidConnectionfactory");
connection = conFac.createConnection();

-- 
View this message in context: 
http://apache-qpid-users.2158936.n2.nabble.com/A-warning-message-when-creating-a-connection-tp5719658p5719658.html

Sent from the Apache Qpid users mailing list archive at Nabble.com.

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]



_______________________________________________________

The information contained in this message may be privileged and conf idential 
and protected from disclosure. If you are not the original intended recipient, 
you are hereby notified that any review, retransmission, dissemination, or 
other use of, or taking of any action in reliance upon, this information is 
prohibited. If you have received this communication in error, please notify the 
sender immediately by replying to this message and delete it from your 
computer. Thank you for your cooperation. Troika Dialog, Russia. 
If you need assistance please contact our Contact Center  (+7495) 258 0500 or 
go to www.troika.ru/eng/Contacts/system.wbp  

Reply via email to