[
https://issues.apache.org/jira/browse/QPID-7767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16002478#comment-16002478
]
Kapila Arora commented on QPID-7767:
------------------------------------
Attached the logging file for your reference .
Here is Azure Service Bus logs with JMS Qpid 0.32
---------------------------------------------------------------------------------------------------------------------
The reason stated for these failures is “MaxDeliveryCountExceeded”. In this
particular case, it seems that this is because you are trying to read the same
message several times without “completing” the read (ie setting the message
delivery state as completed), thus exceeding the max delivery count (which is
usually set to 10). However, we can’t tell whether this is the root to your
problem, or just a consequence of it. However, you may want to examine the
exact reason for why you try to get the same message several times and make
sure that behavior is intentional.
-------------------------------------------------------------------------------------------------------------------------------
> Unknown endpoint Transfer issue on AMQP Connection
> --------------------------------------------------
>
> Key: QPID-7767
> URL: https://issues.apache.org/jira/browse/QPID-7767
> Project: Qpid
> Issue Type: Bug
> Components: Java Client
> Affects Versions: 0.32
> Environment: AMQP Client - Qpid 0.32 runs on Java run time 1.7 on
> Linux box on softLayer
> AMQP Server - Azure Service bus on Public cloud
> Reporter: Kapila Arora
> Priority: Critical
> Fix For: 0.32
>
> Attachments:
> apacheQpidJMS0.11.1_protocolLog_withDelivery34_DataMasking.log,
> Qpid_error_log.txt
>
>
> Getting Errors in the AMQP Client
> 2017-05-03 06:45:15.048 212 Unknown endpoint
> Transfer{handle=0,deliveryId=2,deliveryTag=\xf3\x99\x90\x5cL\xb1\xdeF\x9da\xa3o\xb0\x5cdm,messageFormat=0,more=true,batchable=true}
> Data Packets
> Unknown endpoint
> Transfer{handle=0,deliveryId=2,deliveryTag=\xf3\x99\x90\x5cL\xb1\xdeF\x9da\xa3o\xb0\x5cdm,messageFormat=0,more=true,batchable=true}
> 2017-05-03 06:45:15.396 212 Unknown endpoint Transfer{handle=0,more=false}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]