I am using qpid client 0.60. and I have no access to the calling code. I am 
working with a web application running in Weblogic. The application provides a 
servlet that has generic JMS functions, and I can use configuration that maps 
those to a specific providers' JMS connection factory libraries. To make qpid 
available to use, I add the qpid client jars to the CLASSPATH for when I start 
weblogic, and I provide a jndi.properties file that currently contains only two 
entries:
1. 
connectionfactory.ServiceBusConnectionFactory=amqps://<host>?jms.username=<username>&jms.password=<password>
2. queue.inbound-general-q-QueueLookup=<queueName>

Currently, this is the only message that I see in the weblogic log:
Connection ID:6147a0e7-1870-4a1a-8dd5-bd7102fc1aa4:106 connected to server: 
amqps://<hostname>

I am looking for a way to get more detail, like debug or verbose level logging, 
of a message send. Ideally, want to see as much as possible: headers, 
properties, payload, etc.

I have tried adding PN_TRACE_FRM=true to the environment startup script for 
Weblogic, but couldn't see any effect.

The things I have access to change:

  1.  Weblogic environment, including classpath and any other java runtime flags
  2.  The jnd.properties file


Northwestern Medicine is anchored by Northwestern Memorial Hospital, ranked top 
10 in the nation by U.S. News & World Report, 2021 - 2022.

This message and any included attachments are intended only for the addressee. 
The information contained in this message is confidential and may constitute 
proprietary or non-public information under international, federal, or state 
laws. Unauthorized forwarding, printing, copying, distribution, or use of such 
information is strictly prohibited and may be unlawful. If you are not the 
addressee, please promptly delete this message and notify the sender of the 
delivery error by e-mail.

Reply via email to