[ 
https://issues.apache.org/jira/browse/QPID-7767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15996467#comment-15996467
 ] 

Robbie Gemmell commented on QPID-7767:
--------------------------------------

You appear to be using the old 'amqp-1-0-client-jms' module from the Qpid 0.32 
release. That client is no longer maintained by the project, and was succeeded 
a couple of years ago by a newer client.

That said, from doing a quick grep of its code, it seems likely its hitting 
this line: 
http://svn.apache.org/viewvc/qpid/tags/0.32/qpid/java/amqp-1-0-common/src/main/java/org/apache/qpid/amqp_1_0/transport/SessionEndpoint.java?annotate=1667701#l388,
 which is essentially saying the session recieved a message for a consumer it 
is unaware of (the 'handle' referred to didnt yield a link) at the time.

Details of the newer AMQP 1.0 JMS client are at 
http://qpid.apache.org/components/jms/index.html. Its current release is 
0.22.0, though I note your mention of IBM in the JIRA details. If you are also 
trying to connect to an IBM server and in addition to the Azure Service Bus, 
you could hit a server bug noted in QPIDJMS-261 and QPIDJMS-287. If so, youd 
possibly need to try the older 0.11.1 release, where subtle differences in 
client behaviour (which newer client releases can't easily mimmick) effectively 
worked around the server issue.

> 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: Source - Linux machine on softLayer Cloud . IBM 
> Integration Bus Version 9.0.0.2  , use the Apache qpid JMS 0.32 version as 
> AMQP Client to  receive the data packets on AMQP Channel .
> Target -  Azure Service bus on Public cloud exposed with AMQP Server .
>            Reporter: Kapila Arora
>            Priority: Critical
>             Fix For: 0.32
>
>         Attachments: 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]

Reply via email to