Hi Gordon,
Thanks for your reply.
- Changed to source and target. - Thanks
- I enabled more info in the log files. I see a 1.0 connection being made
but it disconnects due to no response from the server. It logs: "No protocol
received after 10s, closing". Which is correct, I see the WireShark capture
and don't see a response from the service bus. But when I use a Proton
client, the service bus responds as expected.
- is is the command I use to launch qpidd:
sudo ./qpidd --config /etc/qpidd.conf --load-module
/home/user/workspace/AMQP/qpid-cpp-0.34/build/src/amqp.so --ssl-cert-db
/etc/certs/ --ssl-cert-name user --ssl-cert-password-file /etc/certs/pw_file
--log-enable trace+:Security --log-enable trace+:Protocol --log-enable info+
- When I list the certs here is what I get:
user@user-VirtualBox:/etc$ sudo certutil -L -d /etc/certs
Certificate Nickname Trust
Attributes
SSL,S/MIME,JAR/XPI
user CTu,u,u
- Here is the log:
2015-10-06 12:35:34 [Security] debug ACL: Lookup for id:anonymous@QPID
action:access objectType:exchange name:qmf.default.topic with params { }
2015-10-06 12:35:34 [Security] debug ACL: No successful match, defaulting to
the decision mode allow
2015-10-06 12:35:34 [Protocol] trace RECV
[qpid.127.0.0.1:5672-127.0.0.1:50153]: Frame[BEbe; channel=0;
{QueueQueryBody: queue=qmf.default.topic; }]
2015-10-06 12:35:34 [Security] debug ACL: Lookup for id:anonymous@QPID
action:access objectType:queue name:qmf.default.topic with params { }
2015-10-06 12:35:34 [Security] debug ACL: No successful match, defaulting to
the decision mode allow
2015-10-06 12:35:34 [Protocol] trace SENT
[qpid.127.0.0.1:5672-127.0.0.1:50153]: Frame[BEbe; channel=0;
{SessionAttachedBody: name=19bd68c5-32e5-4e5b-a855-1b7dad038dba:0; }]
2015-10-06 12:35:34 [Protocol] trace SENT
[qpid.127.0.0.1:5672-127.0.0.1:50153]: Frame[BEbe; channel=0;
{SessionCommandPointBody: command-id=0; command-offset=0; }]
2015-10-06 12:35:34 [Protocol] trace SENT
[qpid.127.0.0.1:5672-127.0.0.1:50153]: Frame[BEbe; channel=0;
{ExecutionResultBody: command-id=0; value=\x07\x01
\x00\x10management-topic\x00\x00\x00\x1A\x00\x00\x00\x01\x0Eqpid.replicate\x95\x00\x04none;
}]
2015-10-06 12:35:34 [Protocol] trace SENT
[qpid.127.0.0.1:5672-127.0.0.1:50153]: Frame[BEbe; channel=0;
{SessionCompletedBody: commands={ [0,0] }; }]
2015-10-06 12:35:34 [Protocol] trace SENT
[qpid.127.0.0.1:5672-127.0.0.1:50153]: Frame[BEbe; channel=0;
{ExecutionResultBody: command-id=1; value=\x08\x01\x00\x00; }]
2015-10-06 12:35:34 [Protocol] trace SENT
[qpid.127.0.0.1:5672-127.0.0.1:50153]: Frame[BEbe; channel=0;
{SessionCompletedBody: commands={ [0,1] }; }]
2015-10-06 12:35:34 [Protocol] trace RECV
[qpid.127.0.0.1:5672-127.0.0.1:50153]: Frame[BEbe; channel=0;
{QueueDeclareBody: queue=19bd68c5-32e5-4e5b-a855-1b7dad038dba:0.0;
exclusive=1; auto-delete=1; }]
2015-10-06 12:35:34 [Security] debug ACL: Lookup for id:anonymous@QPID
action:create objectType:queue name:19bd68c5-32e5-4e5b-a855-1b7dad038dba:0.0
with params { durable=false autodelete=true exclusive=true alternate=
policytype=reject paging=false maxqueuesize=104857600 }
2015-10-06 12:35:34 [Security] debug ACL: No successful match, defaulting to
the decision mode allow
2015-10-06 12:35:34 [Security] trace ACL: Queue quota for user
anonymous@QPID unavailable; quota settings are not specified. Return value :
0
2015-10-06 12:35:34 [Security] trace ACL QueueApprover user=anonymous@QPID
limit=0 curValue=1 result=allow
2015-10-06 12:35:34 [Security] trace ACL create queue approved for user
'anonymous@QPID' queue '19bd68c5-32e5-4e5b-a855-1b7dad038dba:0.0'
2015-10-06 12:35:34 [Broker] info Queue
"19bd68c5-32e5-4e5b-a855-1b7dad038dba:0.0": Flow limit created:
flowStopCount=0, flowResumeCount=0, flowStopSize=83886080,
flowResumeSize=73400320
2015-10-06 12:35:34 [Protocol] trace RECV
[qpid.127.0.0.1:5672-127.0.0.1:50153]: Frame[BEbe; channel=0;
{ExchangeBindBody: queue=19bd68c5-32e5-4e5b-a855-1b7dad038dba:0.0;
exchange=qmf.default.topic;
binding-key=direct.3e914c99-c655-442a-b75d-c3c078afc9de; }]
2015-10-06 12:35:34 [Security] debug ACL: Lookup for id:anonymous@QPID
action:bind objectType:exchange name:qmf.default.topic with params {
routingkey=direct.3e914c99-c655-442a-b75d-c3c078afc9de
queuename=19bd68c5-32e5-4e5b-a855-1b7dad038dba:0.0 }
2015-10-06 12:35:34 [Security] debug ACL: No successful match, defaulting to
the decision mode allow
2015-10-06 12:35:34 [Protocol] trace RECV
[qpid.127.0.0.1:5672-127.0.0.1:50153]: Frame[BEbe; channel=0;
{MessageSubscribeBody: queue=19bd68c5-32e5-4e5b-a855-1b7dad038dba:0.0;
destination=0; accept-mode=1; acquire-mode=0; }]
2015-10-06 12:35:34 [Security] debug ACL: Lookup for id:anonymous@QPID
action:consume objectType:queue
name:19bd68c5-32e5-4e5b-a855-1b7dad038dba:0.0 with params { }
2015-10-06 12:35:34 [Security] debug ACL: No successful match, defaulting to
the decision mode allow
2015-10-06 12:35:34 [Protocol] trace RECV
[qpid.127.0.0.1:5672-127.0.0.1:50153]: Frame[BEbe; channel=0;
{MessageSetFlowModeBody: destination=0; flow-mode=0; }]
2015-10-06 12:35:34 [Protocol] trace SENT
[qpid.127.0.0.1:5672-127.0.0.1:50153]: Frame[BEbe; channel=0;
{SessionCompletedBody: commands={ [0,5] }; }]
2015-10-06 12:35:34 [Protocol] trace RECV
[qpid.127.0.0.1:5672-127.0.0.1:50153]: Frame[BEbe; channel=0;
{MessageFlowBody: destination=0; unit=1; value=4294967295; }]
2015-10-06 12:35:34 [Protocol] trace RECV
[qpid.127.0.0.1:5672-127.0.0.1:50153]: Frame[BEbe; channel=0;
{MessageFlowBody: destination=0; unit=0; value=10; }]
2015-10-06 12:35:34 [Protocol] trace RECV
[qpid.127.0.0.1:5672-127.0.0.1:50153]: Frame[BEbe; channel=0;
{ExchangeQueryBody: name=qmf.default.direct; }]
2015-10-06 12:35:34 [Security] debug ACL: Lookup for id:anonymous@QPID
action:access objectType:exchange name:qmf.default.direct with params { }
2015-10-06 12:35:34 [Security] debug ACL: No successful match, defaulting to
the decision mode allow
2015-10-06 12:35:34 [Protocol] trace RECV
[qpid.127.0.0.1:5672-127.0.0.1:50153]: Frame[BEbe; channel=0;
{QueueQueryBody: queue=qmf.default.direct; }]
2015-10-06 12:35:34 [Security] debug ACL: Lookup for id:anonymous@QPID
action:access objectType:queue name:qmf.default.direct with params { }
2015-10-06 12:35:34 [Security] debug ACL: No successful match, defaulting to
the decision mode allow
2015-10-06 12:35:34 [Protocol] trace SENT
[qpid.127.0.0.1:5672-127.0.0.1:50153]: Frame[BEbe; channel=0;
{ExecutionResultBody: command-id=8; value=\x07\x01
\x00\x11management-direct\x00\x00\x00\x1A\x00\x00\x00\x01\x0Eqpid.replicate\x95\x00\x04none;
}]
2015-10-06 12:35:34 [Protocol] trace SENT
[qpid.127.0.0.1:5672-127.0.0.1:50153]: Frame[BEbe; channel=0;
{SessionCompletedBody: commands={ [0,8] }; }]
2015-10-06 12:35:34 [Protocol] trace SENT
[qpid.127.0.0.1:5672-127.0.0.1:50153]: Frame[BEbe; channel=0;
{ExecutionResultBody: command-id=9; value=\x08\x01\x00\x00; }]
2015-10-06 12:35:34 [Protocol] trace SENT
[qpid.127.0.0.1:5672-127.0.0.1:50153]: Frame[BEbe; channel=0;
{SessionCompletedBody: commands={ [0,9] }; }]
2015-10-06 12:35:34 [Protocol] trace RECV
[qpid.127.0.0.1:5672-127.0.0.1:50153]: Frame[Bbe; channel=0;
{MessageTransferBody: destination=qmf.default.direct; }]
2015-10-06 12:35:34 [Protocol] trace RECV
[qpid.127.0.0.1:5672-127.0.0.1:50153]: Frame[be; channel=0; header (209
bytes); properties={{MessageProperties: correlation-id=1; reply-to={ReplyTo:
exchange=qmf.default.topic;
routing-key=direct.3e914c99-c655-442a-b75d-c3c078afc9de; };
content-type=amqp/map; app-id=qmf2;
application-headers={method:V2:7:str16(request),qmf.opcode:V2:15:str16(_method_request),qpid.subject:V2:6:str16(broker),x-amqp-0-10.app-id:V2:4:str16(qmf2)};
}{DeliveryProperties: routing-key=broker; }}]
2015-10-06 12:35:34 [Protocol] trace RECV
[qpid.127.0.0.1:5672-127.0.0.1:50153]: Frame[Ebe; channel=0; content (186
bytes) \x00\x00\x00\xB6\x00\x00\x00\x03
_object_id\xA8\x00\x00\x00=\x00\x00\x00\x01
_ob...]
2015-10-06 12:35:34 [Security] debug ACL: Lookup for id:anonymous@QPID
action:access objectType:method name:create with params {
schemapackage=org.apache.qpid.broker schemaclass=broker }
2015-10-06 12:35:34 [Security] debug ACL: No successful match, defaulting to
the decision mode allow
2015-10-06 12:35:34 [Security] debug ACL: Lookup for id:anonymous@QPID
action:create objectType:queue name:testqueue with params { durable=false
autodelete=false exclusive=false alternate= policytype=reject paging=false
maxqueuesize=104857600 }
2015-10-06 12:35:34 [Security] debug ACL: No successful match, defaulting to
the decision mode allow
2015-10-06 12:35:34 [Security] trace ACL: Queue quota for user
anonymous@QPID unavailable; quota settings are not specified. Return value :
0
2015-10-06 12:35:34 [Security] trace ACL QueueApprover user=anonymous@QPID
limit=0 curValue=2 result=allow
2015-10-06 12:35:34 [Security] trace ACL create queue approved for user
'anonymous@QPID' queue 'testqueue'
2015-10-06 12:35:34 [Broker] info Queue "testqueue": Flow limit created:
flowStopCount=0, flowResumeCount=0, flowStopSize=83886080,
flowResumeSize=73400320
2015-10-06 12:35:34 [Protocol] trace SENT
[qpid.127.0.0.1:5672-127.0.0.1:50153]: Frame[BEbe; channel=0;
{SessionCompletedBody: commands={ [0,10] }; }]
2015-10-06 12:35:34 [Protocol] trace SENT
[qpid.127.0.0.1:5672-127.0.0.1:50153]: Frame[Bbe; channel=0;
{MessageTransferBody: destination=0; accept-mode=1; acquire-mode=0; }]
2015-10-06 12:35:34 [Protocol] trace SENT
[qpid.127.0.0.1:5672-127.0.0.1:50153]: Frame[be; channel=0; header (161
bytes); properties={{MessageProperties: content-length=28; correlation-id=1;
content-type=amqp/map; app-id=qmf2;
application-headers={method:V2:8:str16(response),qmf.agent:V2:6:str16(broker),qmf.opcode:V2:16:str16(_method_response)};
}{DeliveryProperties:
routing-key=direct.3e914c99-c655-442a-b75d-c3c078afc9de; }}]
2015-10-06 12:35:34 [Protocol] trace SENT
[qpid.127.0.0.1:5672-127.0.0.1:50153]: Frame[Ebe; channel=0; content (28
bytes) \x00\x00\x00\x18\x00\x00\x00\x01
_arguments\xA8\x00\x00\x00\x04\x00\x00\x00\x00]
2015-10-06 12:35:34 [Protocol] trace RECV
[qpid.127.0.0.1:5672-127.0.0.1:50153]: Frame[BEbe; channel=0;
{MessageFlowBody: destination=0; unit=0; value=1; }]
2015-10-06 12:35:34 [Protocol] trace RECV
[qpid.127.0.0.1:5672-127.0.0.1:50153]: Frame[BEbe; channel=0;
{ExecutionSyncBody: }]
2015-10-06 12:35:34 [Protocol] trace RECV
[qpid.127.0.0.1:5672-127.0.0.1:50153]: Frame[BEbe; channel=0;
{SessionCompletedBody: commands={ [0,4] }; }]
2015-10-06 12:35:34 [Protocol] trace RECV
[qpid.127.0.0.1:5672-127.0.0.1:50153]: Frame[BEbe; channel=0;
{MessageCancelBody: destination=0; }]
2015-10-06 12:35:34 [Protocol] trace RECV
[qpid.127.0.0.1:5672-127.0.0.1:50153]: Frame[BEbe; channel=0;
{QueueDeleteBody: queue=19bd68c5-32e5-4e5b-a855-1b7dad038dba:0.0; }]
2015-10-06 12:35:34 [Security] debug ACL: Lookup for id:anonymous@QPID
action:delete objectType:queue name:19bd68c5-32e5-4e5b-a855-1b7dad038dba:0.0
with params { durable=false autodelete=true exclusive=true alternate=
policytype=reject }
2015-10-06 12:35:34 [Security] debug ACL: No successful match, defaulting to
the decision mode allow
2015-10-06 12:35:34 [Protocol] trace SENT
[qpid.127.0.0.1:5672-127.0.0.1:50153]: Frame[BEbe; channel=0;
{SessionCompletedBody: commands={ [0,12] }; }]
2015-10-06 12:35:34 [Protocol] trace SENT
[qpid.127.0.0.1:5672-127.0.0.1:50153]: Frame[BEbe; channel=0;
{SessionCompletedBody: commands={ [0,14] }; }]
2015-10-06 12:35:34 [Protocol] trace RECV
[qpid.127.0.0.1:5672-127.0.0.1:50153]: Frame[BEbe; channel=0;
{SessionDetachBody: name=19bd68c5-32e5-4e5b-a855-1b7dad038dba:0; }]
2015-10-06 12:35:34 [Protocol] trace SENT
[qpid.127.0.0.1:5672-127.0.0.1:50153]: Frame[BEbe; channel=0;
{SessionDetachedBody: name=19bd68c5-32e5-4e5b-a855-1b7dad038dba:0; code=0;
}]
2015-10-06 12:35:34 [Protocol] trace RECV
[qpid.127.0.0.1:5672-127.0.0.1:50153]: Frame[BEbe; channel=0;
{ConnectionCloseBody: reply-code=200; }]
2015-10-06 12:35:34 [Protocol] trace SENT
[qpid.127.0.0.1:5672-127.0.0.1:50153]: Frame[BEbe; channel=0;
{ConnectionCloseOkBody: }]
2015-10-06 12:35:34 [Security] trace ACL ConnectionCounter closed:
qpid.127.0.0.1:5672-127.0.0.1:50153, userId:anonymous@QPID
2015-10-06 12:35:38 [Network] info Set TCP_NODELAY on connection to
127.0.0.1:50154
2015-10-06 12:35:38 [Security] debug realm: QPID
2015-10-06 12:35:38 [Security] debug service: qpidd
2015-10-06 12:35:38 [Security] debug External ssf=0 and auth=
2015-10-06 12:35:38 [Security] debug min_ssf: 0, max_ssf: 256, external_ssf:
0
2015-10-06 12:35:38 [Security] info SASL: Mechanism list: DIGEST-MD5
DIGEST-MD5 CRAM-MD5 NTLM CRAM-MD5 NTLM LOGIN PLAIN LOGIN PLAIN ANONYMOUS
ANONYMOUS
2015-10-06 12:35:38 [Protocol] debug creating 0_10 connection !!
2015-10-06 12:35:38 [Security] trace ACL ConnectionCounter new connection:
qpid.127.0.0.1:5672-127.0.0.1:50154
2015-10-06 12:35:38 [Protocol] trace 0_10 connection !!
2015-10-06 12:35:38 [Protocol] trace SENT
[qpid.127.0.0.1:5672-127.0.0.1:50154]: INIT(0-10)
2015-10-06 12:35:38 [Protocol] trace SENT
[qpid.127.0.0.1:5672-127.0.0.1:50154]: Frame[BEbe; channel=0;
{ConnectionStartBody:
server-properties={host:V2:15:str16(user-VirtualBox),platform:V2:5:str16(Linux),product:V2:8:str16(qpid-cpp),qpid.federation_tag:V2:36:str16(326a9e3b-4872-42ee-b9a6-72be480007c4),version:V2:4:str16(0.34)};
mechanisms=str16{V2:10:str16(DIGEST-MD5), V2:10:str16(DIGEST-MD5),
V2:8:str16(CRAM-MD5), V2:4:str16(NTLM), V2:8:str16(CRAM-MD5),
V2:4:str16(NTLM), V2:5:str16(LOGIN), V2:5:str16(PLAIN), V2:5:str16(LOGIN),
V2:5:str16(PLAIN), V2:9:str16(ANONYMOUS), V2:9:str16(ANONYMOUS)};
locales=str16{V2:5:str16(en_US)}; }]
2015-10-06 12:35:38 [Protocol] trace RECV
[qpid.127.0.0.1:5672-127.0.0.1:50154]: Frame[BEbe; channel=0;
{ConnectionStartOkBody:
client-properties={platform:V2:5:str16(posix),product:V2:18:str16(qpid
python
client),qpid.client_pid:F8:int64(17801),qpid.client_ppid:F8:int64(2665),qpid.client_process:V2:11:str16(qpid-config),version:V2:11:str16(development)};
mechanism=ANONYMOUS; response=xxxxxx; }]
2015-10-06 12:35:38 [Security] info SASL: Starting authentication with
mechanism: ANONYMOUS
2015-10-06 12:35:38 [Protocol] debug amqp 0_10 broker connection !!
2015-10-06 12:35:38 [Security] trace ACL: Connection quota for user
anonymous@QPID unavailable; quota settings are not specified. Return value :
0
2015-10-06 12:35:38 [Security] trace ACL: ConnectionApprover host list
default connection policy allows connection for host 127.0.0.1, user
anonymous@QPID
(/home/user/workspace/AMQP/qpid-cpp-0.34/src/qpid/acl/AclData.cpp:726)
2015-10-06 12:35:38 [Security] trace ACL ConnectionApprover totalLimit=500
curValue=1 result=allow
2015-10-06 12:35:38 [Security] trace ACL ConnectionApprover
user=anonymous@QPID limit=0 curValue=1 result=allow
2015-10-06 12:35:38 [Security] info qpid.127.0.0.1:5672-127.0.0.1:50154
SASL: Authentication succeeded for: anonymous@QPID
2015-10-06 12:35:38 [Protocol] trace SENT
[qpid.127.0.0.1:5672-127.0.0.1:50154]: Frame[BEbe; channel=0;
{ConnectionTuneBody: channel-max=65534; max-frame-size=65535;
heartbeat-min=0; heartbeat-max=120; }]
2015-10-06 12:35:38 [Protocol] trace RECV
[qpid.127.0.0.1:5672-127.0.0.1:50154]: Frame[BEbe; channel=0;
{ConnectionTuneOkBody: channel-max=65534; }]
2015-10-06 12:35:38 [Protocol] trace RECV
[qpid.127.0.0.1:5672-127.0.0.1:50154]: Frame[BEbe; channel=0;
{ConnectionOpenBody: }]
2015-10-06 12:35:38 [Protocol] trace SENT
[qpid.127.0.0.1:5672-127.0.0.1:50154]: Frame[BEbe; channel=0;
{ConnectionOpenOkBody: known-hosts=str16{}; }]
2015-10-06 12:35:38 [Protocol] trace RECV
[qpid.127.0.0.1:5672-127.0.0.1:50154]: Frame[BEbe; channel=0;
{SessionAttachBody: name=fe01d3fe-95de-4910-93a6-e78ac2963ca2:0; }]
2015-10-06 12:35:38 [Protocol] debug Attached channel 0 to
[email protected]:0
2015-10-06 12:35:38 [Protocol] trace RECV
[qpid.127.0.0.1:5672-127.0.0.1:50154]: Frame[BEbe; channel=0;
{SessionCommandPointBody: command-id=0; command-offset=0; }]
2015-10-06 12:35:38 [Protocol] trace RECV
[qpid.127.0.0.1:5672-127.0.0.1:50154]: Frame[BEbe; channel=0;
{ExchangeQueryBody: name=qmf.default.topic; }]
2015-10-06 12:35:38 [Security] debug ACL: Lookup for id:anonymous@QPID
action:access objectType:exchange name:qmf.default.topic with params { }
2015-10-06 12:35:38 [Security] debug ACL: No successful match, defaulting to
the decision mode allow
2015-10-06 12:35:38 [Protocol] trace RECV
[qpid.127.0.0.1:5672-127.0.0.1:50154]: Frame[BEbe; channel=0;
{QueueQueryBody: queue=qmf.default.topic; }]
2015-10-06 12:35:38 [Security] debug ACL: Lookup for id:anonymous@QPID
action:access objectType:queue name:qmf.default.topic with params { }
2015-10-06 12:35:38 [Security] debug ACL: No successful match, defaulting to
the decision mode allow
2015-10-06 12:35:38 [Protocol] trace SENT
[qpid.127.0.0.1:5672-127.0.0.1:50154]: Frame[BEbe; channel=0;
{SessionAttachedBody: name=fe01d3fe-95de-4910-93a6-e78ac2963ca2:0; }]
2015-10-06 12:35:38 [Protocol] trace SENT
[qpid.127.0.0.1:5672-127.0.0.1:50154]: Frame[BEbe; channel=0;
{SessionCommandPointBody: command-id=0; command-offset=0; }]
2015-10-06 12:35:38 [Protocol] trace SENT
[qpid.127.0.0.1:5672-127.0.0.1:50154]: Frame[BEbe; channel=0;
{ExecutionResultBody: command-id=0; value=\x07\x01
\x00\x10management-topic\x00\x00\x00\x1A\x00\x00\x00\x01\x0Eqpid.replicate\x95\x00\x04none;
}]
2015-10-06 12:35:38 [Protocol] trace SENT
[qpid.127.0.0.1:5672-127.0.0.1:50154]: Frame[BEbe; channel=0;
{SessionCompletedBody: commands={ [0,0] }; }]
2015-10-06 12:35:38 [Protocol] trace SENT
[qpid.127.0.0.1:5672-127.0.0.1:50154]: Frame[BEbe; channel=0;
{ExecutionResultBody: command-id=1; value=\x08\x01\x00\x00; }]
2015-10-06 12:35:38 [Protocol] trace SENT
[qpid.127.0.0.1:5672-127.0.0.1:50154]: Frame[BEbe; channel=0;
{SessionCompletedBody: commands={ [0,1] }; }]
2015-10-06 12:35:38 [Protocol] trace RECV
[qpid.127.0.0.1:5672-127.0.0.1:50154]: Frame[BEbe; channel=0;
{QueueDeclareBody: queue=fe01d3fe-95de-4910-93a6-e78ac2963ca2:0.0;
exclusive=1; auto-delete=1; }]
2015-10-06 12:35:38 [Security] debug ACL: Lookup for id:anonymous@QPID
action:create objectType:queue name:fe01d3fe-95de-4910-93a6-e78ac2963ca2:0.0
with params { durable=false autodelete=true exclusive=true alternate=
policytype=reject paging=false maxqueuesize=104857600 }
2015-10-06 12:35:38 [Security] debug ACL: No successful match, defaulting to
the decision mode allow
2015-10-06 12:35:38 [Security] trace ACL: Queue quota for user
anonymous@QPID unavailable; quota settings are not specified. Return value :
0
2015-10-06 12:35:38 [Security] trace ACL QueueApprover user=anonymous@QPID
limit=0 curValue=2 result=allow
2015-10-06 12:35:38 [Security] trace ACL create queue approved for user
'anonymous@QPID' queue 'fe01d3fe-95de-4910-93a6-e78ac2963ca2:0.0'
2015-10-06 12:35:38 [Broker] info Queue
"fe01d3fe-95de-4910-93a6-e78ac2963ca2:0.0": Flow limit created:
flowStopCount=0, flowResumeCount=0, flowStopSize=83886080,
flowResumeSize=73400320
2015-10-06 12:35:38 [Protocol] trace RECV
[qpid.127.0.0.1:5672-127.0.0.1:50154]: Frame[BEbe; channel=0;
{ExchangeBindBody: queue=fe01d3fe-95de-4910-93a6-e78ac2963ca2:0.0;
exchange=qmf.default.topic;
binding-key=direct.42844791-22c1-49e6-b798-06fc34246d90; }]
2015-10-06 12:35:38 [Security] debug ACL: Lookup for id:anonymous@QPID
action:bind objectType:exchange name:qmf.default.topic with params {
routingkey=direct.42844791-22c1-49e6-b798-06fc34246d90
queuename=fe01d3fe-95de-4910-93a6-e78ac2963ca2:0.0 }
2015-10-06 12:35:38 [Security] debug ACL: No successful match, defaulting to
the decision mode allow
2015-10-06 12:35:38 [Protocol] trace RECV
[qpid.127.0.0.1:5672-127.0.0.1:50154]: Frame[BEbe; channel=0;
{MessageSubscribeBody: queue=fe01d3fe-95de-4910-93a6-e78ac2963ca2:0.0;
destination=0; accept-mode=1; acquire-mode=0; }]
2015-10-06 12:35:38 [Security] debug ACL: Lookup for id:anonymous@QPID
action:consume objectType:queue
name:fe01d3fe-95de-4910-93a6-e78ac2963ca2:0.0 with params { }
2015-10-06 12:35:38 [Security] debug ACL: No successful match, defaulting to
the decision mode allow
2015-10-06 12:35:38 [Protocol] trace RECV
[qpid.127.0.0.1:5672-127.0.0.1:50154]: Frame[BEbe; channel=0;
{MessageSetFlowModeBody: destination=0; flow-mode=0; }]
2015-10-06 12:35:38 [Protocol] trace SENT
[qpid.127.0.0.1:5672-127.0.0.1:50154]: Frame[BEbe; channel=0;
{SessionCompletedBody: commands={ [0,5] }; }]
2015-10-06 12:35:38 [Protocol] trace RECV
[qpid.127.0.0.1:5672-127.0.0.1:50154]: Frame[BEbe; channel=0;
{MessageFlowBody: destination=0; unit=1; value=4294967295; }]
2015-10-06 12:35:38 [Protocol] trace RECV
[qpid.127.0.0.1:5672-127.0.0.1:50154]: Frame[BEbe; channel=0;
{MessageFlowBody: destination=0; unit=0; value=10; }]
2015-10-06 12:35:38 [Protocol] trace RECV
[qpid.127.0.0.1:5672-127.0.0.1:50154]: Frame[BEbe; channel=0;
{ExchangeQueryBody: name=qmf.default.direct; }]
2015-10-06 12:35:38 [Security] debug ACL: Lookup for id:anonymous@QPID
action:access objectType:exchange name:qmf.default.direct with params { }
2015-10-06 12:35:38 [Security] debug ACL: No successful match, defaulting to
the decision mode allow
2015-10-06 12:35:38 [Protocol] trace RECV
[qpid.127.0.0.1:5672-127.0.0.1:50154]: Frame[BEbe; channel=0;
{QueueQueryBody: queue=qmf.default.direct; }]
2015-10-06 12:35:38 [Security] debug ACL: Lookup for id:anonymous@QPID
action:access objectType:queue name:qmf.default.direct with params { }
2015-10-06 12:35:38 [Security] debug ACL: No successful match, defaulting to
the decision mode allow
2015-10-06 12:35:38 [Protocol] trace SENT
[qpid.127.0.0.1:5672-127.0.0.1:50154]: Frame[BEbe; channel=0;
{ExecutionResultBody: command-id=8; value=\x07\x01
\x00\x11management-direct\x00\x00\x00\x1A\x00\x00\x00\x01\x0Eqpid.replicate\x95\x00\x04none;
}]
2015-10-06 12:35:38 [Protocol] trace SENT
[qpid.127.0.0.1:5672-127.0.0.1:50154]: Frame[BEbe; channel=0;
{SessionCompletedBody: commands={ [0,8] }; }]
2015-10-06 12:35:38 [Protocol] trace SENT
[qpid.127.0.0.1:5672-127.0.0.1:50154]: Frame[BEbe; channel=0;
{ExecutionResultBody: command-id=9; value=\x08\x01\x00\x00; }]
2015-10-06 12:35:38 [Protocol] trace SENT
[qpid.127.0.0.1:5672-127.0.0.1:50154]: Frame[BEbe; channel=0;
{SessionCompletedBody: commands={ [0,9] }; }]
2015-10-06 12:35:38 [Protocol] trace RECV
[qpid.127.0.0.1:5672-127.0.0.1:50154]: Frame[Bbe; channel=0;
{MessageTransferBody: destination=qmf.default.direct; }]
2015-10-06 12:35:38 [Protocol] trace RECV
[qpid.127.0.0.1:5672-127.0.0.1:50154]: Frame[be; channel=0; header (209
bytes); properties={{MessageProperties: correlation-id=1; reply-to={ReplyTo:
exchange=qmf.default.topic;
routing-key=direct.42844791-22c1-49e6-b798-06fc34246d90; };
content-type=amqp/map; app-id=qmf2;
application-headers={method:V2:7:str16(request),qmf.opcode:V2:15:str16(_method_request),qpid.subject:V2:6:str16(broker),x-amqp-0-10.app-id:V2:4:str16(qmf2)};
}{DeliveryProperties: routing-key=broker; }}]
2015-10-06 12:35:38 [Protocol] trace RECV
[qpid.127.0.0.1:5672-127.0.0.1:50154]: Frame[Ebe; channel=0; content (323
bytes) \x00\x00\x01?\x00\x00\x00\x03
_object_id\xA8\x00\x00\x00=\x00\x00\x00\x01
_ob...]
2015-10-06 12:35:38 [Security] debug ACL: Lookup for id:anonymous@QPID
action:access objectType:method name:create with params {
schemapackage=org.apache.qpid.broker schemaclass=broker }
2015-10-06 12:35:38 [Security] debug ACL: No successful match, defaulting to
the decision mode allow
2015-10-06 12:35:38 [Broker] notice Created domain azure-broker with url
amqp:amqps///policy:sasl_key@tcp:msng.servicebus.windows.net:5671 from
{url:amqps://policy:[email protected]:5671}
2015-10-06 12:35:38 [Protocol] trace SENT
[qpid.127.0.0.1:5672-127.0.0.1:50154]: Frame[BEbe; channel=0;
{SessionCompletedBody: commands={ [0,10] }; }]
2015-10-06 12:35:38 [Protocol] trace SENT
[qpid.127.0.0.1:5672-127.0.0.1:50154]: Frame[Bbe; channel=0;
{MessageTransferBody: destination=0; accept-mode=1; acquire-mode=0; }]
2015-10-06 12:35:38 [Protocol] trace SENT
[qpid.127.0.0.1:5672-127.0.0.1:50154]: Frame[be; channel=0; header (161
bytes); properties={{MessageProperties: content-length=28; correlation-id=1;
content-type=amqp/map; app-id=qmf2;
application-headers={method:V2:8:str16(response),qmf.agent:V2:6:str16(broker),qmf.opcode:V2:16:str16(_method_response)};
}{DeliveryProperties:
routing-key=direct.42844791-22c1-49e6-b798-06fc34246d90; }}]
2015-10-06 12:35:38 [Protocol] trace SENT
[qpid.127.0.0.1:5672-127.0.0.1:50154]: Frame[Ebe; channel=0; content (28
bytes) \x00\x00\x00\x18\x00\x00\x00\x01
_arguments\xA8\x00\x00\x00\x04\x00\x00\x00\x00]
2015-10-06 12:35:38 [Protocol] trace RECV
[qpid.127.0.0.1:5672-127.0.0.1:50154]: Frame[BEbe; channel=0;
{MessageFlowBody: destination=0; unit=0; value=1; }]
2015-10-06 12:35:38 [Protocol] trace RECV
[qpid.127.0.0.1:5672-127.0.0.1:50154]: Frame[BEbe; channel=0;
{ExecutionSyncBody: }]
2015-10-06 12:35:38 [Protocol] trace RECV
[qpid.127.0.0.1:5672-127.0.0.1:50154]: Frame[BEbe; channel=0;
{SessionCompletedBody: commands={ [0,4] }; }]
2015-10-06 12:35:38 [Protocol] trace RECV
[qpid.127.0.0.1:5672-127.0.0.1:50154]: Frame[BEbe; channel=0;
{MessageCancelBody: destination=0; }]
2015-10-06 12:35:38 [Protocol] trace RECV
[qpid.127.0.0.1:5672-127.0.0.1:50154]: Frame[BEbe; channel=0;
{QueueDeleteBody: queue=fe01d3fe-95de-4910-93a6-e78ac2963ca2:0.0; }]
2015-10-06 12:35:38 [Security] debug ACL: Lookup for id:anonymous@QPID
action:delete objectType:queue name:fe01d3fe-95de-4910-93a6-e78ac2963ca2:0.0
with params { durable=false autodelete=true exclusive=true alternate=
policytype=reject }
2015-10-06 12:35:38 [Security] debug ACL: No successful match, defaulting to
the decision mode allow
2015-10-06 12:35:38 [Protocol] trace SENT
[qpid.127.0.0.1:5672-127.0.0.1:50154]: Frame[BEbe; channel=0;
{SessionCompletedBody: commands={ [0,12] }; }]
2015-10-06 12:35:38 [Protocol] trace SENT
[qpid.127.0.0.1:5672-127.0.0.1:50154]: Frame[BEbe; channel=0;
{SessionCompletedBody: commands={ [0,14] }; }]
2015-10-06 12:35:38 [Protocol] trace RECV
[qpid.127.0.0.1:5672-127.0.0.1:50154]: Frame[BEbe; channel=0;
{SessionDetachBody: name=fe01d3fe-95de-4910-93a6-e78ac2963ca2:0; }]
2015-10-06 12:35:38 [Protocol] trace SENT
[qpid.127.0.0.1:5672-127.0.0.1:50154]: Frame[BEbe; channel=0;
{SessionDetachedBody: name=fe01d3fe-95de-4910-93a6-e78ac2963ca2:0; code=0;
}]
2015-10-06 12:35:38 [Protocol] trace RECV
[qpid.127.0.0.1:5672-127.0.0.1:50154]: Frame[BEbe; channel=0;
{ConnectionCloseBody: reply-code=200; }]
2015-10-06 12:35:38 [Protocol] trace SENT
[qpid.127.0.0.1:5672-127.0.0.1:50154]: Frame[BEbe; channel=0;
{ConnectionCloseOkBody: }]
2015-10-06 12:35:38 [Security] trace ACL ConnectionCounter closed:
qpid.127.0.0.1:5672-127.0.0.1:50154, userId:anonymous@QPID
2015-10-06 12:35:42 [Network] info Set TCP_NODELAY on connection to
127.0.0.1:50155
2015-10-06 12:35:42 [Security] debug realm: QPID
2015-10-06 12:35:42 [Security] debug service: qpidd
2015-10-06 12:35:42 [Security] debug External ssf=0 and auth=
2015-10-06 12:35:42 [Security] debug min_ssf: 0, max_ssf: 256, external_ssf:
0
2015-10-06 12:35:42 [Security] info SASL: Mechanism list: DIGEST-MD5
DIGEST-MD5 CRAM-MD5 NTLM CRAM-MD5 NTLM LOGIN PLAIN LOGIN PLAIN ANONYMOUS
ANONYMOUS
2015-10-06 12:35:42 [Protocol] debug creating 0_10 connection !!
2015-10-06 12:35:42 [Security] trace ACL ConnectionCounter new connection:
qpid.127.0.0.1:5672-127.0.0.1:50155
2015-10-06 12:35:42 [Protocol] trace 0_10 connection !!
2015-10-06 12:35:42 [Protocol] trace SENT
[qpid.127.0.0.1:5672-127.0.0.1:50155]: INIT(0-10)
2015-10-06 12:35:42 [Protocol] trace SENT
[qpid.127.0.0.1:5672-127.0.0.1:50155]: Frame[BEbe; channel=0;
{ConnectionStartBody:
server-properties={host:V2:15:str16(user-VirtualBox),platform:V2:5:str16(Linux),product:V2:8:str16(qpid-cpp),qpid.federation_tag:V2:36:str16(326a9e3b-4872-42ee-b9a6-72be480007c4),version:V2:4:str16(0.34)};
mechanisms=str16{V2:10:str16(DIGEST-MD5), V2:10:str16(DIGEST-MD5),
V2:8:str16(CRAM-MD5), V2:4:str16(NTLM), V2:8:str16(CRAM-MD5),
V2:4:str16(NTLM), V2:5:str16(LOGIN), V2:5:str16(PLAIN), V2:5:str16(LOGIN),
V2:5:str16(PLAIN), V2:9:str16(ANONYMOUS), V2:9:str16(ANONYMOUS)};
locales=str16{V2:5:str16(en_US)}; }]
2015-10-06 12:35:42 [Protocol] trace RECV
[qpid.127.0.0.1:5672-127.0.0.1:50155]: Frame[BEbe; channel=0;
{ConnectionStartOkBody:
client-properties={platform:V2:5:str16(posix),product:V2:18:str16(qpid
python
client),qpid.client_pid:F8:int64(17805),qpid.client_ppid:F8:int64(2665),qpid.client_process:V2:11:str16(qpid-config),version:V2:11:str16(development)};
mechanism=ANONYMOUS; response=xxxxxx; }]
2015-10-06 12:35:42 [Security] info SASL: Starting authentication with
mechanism: ANONYMOUS
2015-10-06 12:35:42 [Protocol] debug amqp 0_10 broker connection !!
2015-10-06 12:35:42 [Security] trace ACL: Connection quota for user
anonymous@QPID unavailable; quota settings are not specified. Return value :
0
2015-10-06 12:35:42 [Security] trace ACL: ConnectionApprover host list
default connection policy allows connection for host 127.0.0.1, user
anonymous@QPID
(/home/user/workspace/AMQP/qpid-cpp-0.34/src/qpid/acl/AclData.cpp:726)
2015-10-06 12:35:42 [Security] trace ACL ConnectionApprover totalLimit=500
curValue=1 result=allow
2015-10-06 12:35:42 [Security] trace ACL ConnectionApprover
user=anonymous@QPID limit=0 curValue=1 result=allow
2015-10-06 12:35:42 [Security] info qpid.127.0.0.1:5672-127.0.0.1:50155
SASL: Authentication succeeded for: anonymous@QPID
2015-10-06 12:35:42 [Protocol] trace SENT
[qpid.127.0.0.1:5672-127.0.0.1:50155]: Frame[BEbe; channel=0;
{ConnectionTuneBody: channel-max=65534; max-frame-size=65535;
heartbeat-min=0; heartbeat-max=120; }]
2015-10-06 12:35:42 [Protocol] trace RECV
[qpid.127.0.0.1:5672-127.0.0.1:50155]: Frame[BEbe; channel=0;
{ConnectionTuneOkBody: channel-max=65534; }]
2015-10-06 12:35:42 [Protocol] trace RECV
[qpid.127.0.0.1:5672-127.0.0.1:50155]: Frame[BEbe; channel=0;
{ConnectionOpenBody: }]
2015-10-06 12:35:42 [Protocol] trace SENT
[qpid.127.0.0.1:5672-127.0.0.1:50155]: Frame[BEbe; channel=0;
{ConnectionOpenOkBody: known-hosts=str16{}; }]
2015-10-06 12:35:42 [Protocol] trace RECV
[qpid.127.0.0.1:5672-127.0.0.1:50155]: Frame[BEbe; channel=0;
{SessionAttachBody: name=c07b2205-5cc1-4678-bf3b-bf6dc7ee6981:0; }]
2015-10-06 12:35:42 [Protocol] debug Attached channel 0 to
[email protected]:0
2015-10-06 12:35:42 [Protocol] trace RECV
[qpid.127.0.0.1:5672-127.0.0.1:50155]: Frame[BEbe; channel=0;
{SessionCommandPointBody: command-id=0; command-offset=0; }]
2015-10-06 12:35:42 [Protocol] trace RECV
[qpid.127.0.0.1:5672-127.0.0.1:50155]: Frame[BEbe; channel=0;
{ExchangeQueryBody: name=qmf.default.topic; }]
2015-10-06 12:35:42 [Security] debug ACL: Lookup for id:anonymous@QPID
action:access objectType:exchange name:qmf.default.topic with params { }
2015-10-06 12:35:42 [Security] debug ACL: No successful match, defaulting to
the decision mode allow
2015-10-06 12:35:42 [Protocol] trace RECV
[qpid.127.0.0.1:5672-127.0.0.1:50155]: Frame[BEbe; channel=0;
{QueueQueryBody: queue=qmf.default.topic; }]
2015-10-06 12:35:42 [Security] debug ACL: Lookup for id:anonymous@QPID
action:access objectType:queue name:qmf.default.topic with params { }
2015-10-06 12:35:42 [Security] debug ACL: No successful match, defaulting to
the decision mode allow
2015-10-06 12:35:42 [Protocol] trace SENT
[qpid.127.0.0.1:5672-127.0.0.1:50155]: Frame[BEbe; channel=0;
{SessionAttachedBody: name=c07b2205-5cc1-4678-bf3b-bf6dc7ee6981:0; }]
2015-10-06 12:35:42 [Protocol] trace SENT
[qpid.127.0.0.1:5672-127.0.0.1:50155]: Frame[BEbe; channel=0;
{SessionCommandPointBody: command-id=0; command-offset=0; }]
2015-10-06 12:35:42 [Protocol] trace SENT
[qpid.127.0.0.1:5672-127.0.0.1:50155]: Frame[BEbe; channel=0;
{ExecutionResultBody: command-id=0; value=\x07\x01
\x00\x10management-topic\x00\x00\x00\x1A\x00\x00\x00\x01\x0Eqpid.replicate\x95\x00\x04none;
}]
2015-10-06 12:35:42 [Protocol] trace SENT
[qpid.127.0.0.1:5672-127.0.0.1:50155]: Frame[BEbe; channel=0;
{SessionCompletedBody: commands={ [0,0] }; }]
2015-10-06 12:35:42 [Protocol] trace SENT
[qpid.127.0.0.1:5672-127.0.0.1:50155]: Frame[BEbe; channel=0;
{ExecutionResultBody: command-id=1; value=\x08\x01\x00\x00; }]
2015-10-06 12:35:42 [Protocol] trace SENT
[qpid.127.0.0.1:5672-127.0.0.1:50155]: Frame[BEbe; channel=0;
{SessionCompletedBody: commands={ [0,1] }; }]
2015-10-06 12:35:42 [Protocol] trace RECV
[qpid.127.0.0.1:5672-127.0.0.1:50155]: Frame[BEbe; channel=0;
{QueueDeclareBody: queue=c07b2205-5cc1-4678-bf3b-bf6dc7ee6981:0.0;
exclusive=1; auto-delete=1; }]
2015-10-06 12:35:42 [Security] debug ACL: Lookup for id:anonymous@QPID
action:create objectType:queue name:c07b2205-5cc1-4678-bf3b-bf6dc7ee6981:0.0
with params { durable=false autodelete=true exclusive=true alternate=
policytype=reject paging=false maxqueuesize=104857600 }
2015-10-06 12:35:42 [Security] debug ACL: No successful match, defaulting to
the decision mode allow
2015-10-06 12:35:42 [Security] trace ACL: Queue quota for user
anonymous@QPID unavailable; quota settings are not specified. Return value :
0
2015-10-06 12:35:42 [Security] trace ACL QueueApprover user=anonymous@QPID
limit=0 curValue=2 result=allow
2015-10-06 12:35:42 [Security] trace ACL create queue approved for user
'anonymous@QPID' queue 'c07b2205-5cc1-4678-bf3b-bf6dc7ee6981:0.0'
2015-10-06 12:35:42 [Broker] info Queue
"c07b2205-5cc1-4678-bf3b-bf6dc7ee6981:0.0": Flow limit created:
flowStopCount=0, flowResumeCount=0, flowStopSize=83886080,
flowResumeSize=73400320
2015-10-06 12:35:42 [Protocol] trace RECV
[qpid.127.0.0.1:5672-127.0.0.1:50155]: Frame[BEbe; channel=0;
{ExchangeBindBody: queue=c07b2205-5cc1-4678-bf3b-bf6dc7ee6981:0.0;
exchange=qmf.default.topic;
binding-key=direct.2d855797-b629-4d3f-b06e-b45c5f534d6e; }]
2015-10-06 12:35:42 [Security] debug ACL: Lookup for id:anonymous@QPID
action:bind objectType:exchange name:qmf.default.topic with params {
routingkey=direct.2d855797-b629-4d3f-b06e-b45c5f534d6e
queuename=c07b2205-5cc1-4678-bf3b-bf6dc7ee6981:0.0 }
2015-10-06 12:35:42 [Security] debug ACL: No successful match, defaulting to
the decision mode allow
2015-10-06 12:35:42 [Protocol] trace RECV
[qpid.127.0.0.1:5672-127.0.0.1:50155]: Frame[BEbe; channel=0;
{MessageSubscribeBody: queue=c07b2205-5cc1-4678-bf3b-bf6dc7ee6981:0.0;
destination=0; accept-mode=1; acquire-mode=0; }]
2015-10-06 12:35:42 [Security] debug ACL: Lookup for id:anonymous@QPID
action:consume objectType:queue
name:c07b2205-5cc1-4678-bf3b-bf6dc7ee6981:0.0 with params { }
2015-10-06 12:35:42 [Security] debug ACL: No successful match, defaulting to
the decision mode allow
2015-10-06 12:35:42 [Protocol] trace RECV
[qpid.127.0.0.1:5672-127.0.0.1:50155]: Frame[BEbe; channel=0;
{MessageSetFlowModeBody: destination=0; flow-mode=0; }]
2015-10-06 12:35:42 [Protocol] trace SENT
[qpid.127.0.0.1:5672-127.0.0.1:50155]: Frame[BEbe; channel=0;
{SessionCompletedBody: commands={ [0,5] }; }]
2015-10-06 12:35:42 [Protocol] trace RECV
[qpid.127.0.0.1:5672-127.0.0.1:50155]: Frame[BEbe; channel=0;
{MessageFlowBody: destination=0; unit=1; value=4294967295; }]
2015-10-06 12:35:42 [Protocol] trace RECV
[qpid.127.0.0.1:5672-127.0.0.1:50155]: Frame[BEbe; channel=0;
{MessageFlowBody: destination=0; unit=0; value=10; }]
2015-10-06 12:35:42 [Protocol] trace RECV
[qpid.127.0.0.1:5672-127.0.0.1:50155]: Frame[BEbe; channel=0;
{ExchangeQueryBody: name=qmf.default.direct; }]
2015-10-06 12:35:42 [Security] debug ACL: Lookup for id:anonymous@QPID
action:access objectType:exchange name:qmf.default.direct with params { }
2015-10-06 12:35:42 [Security] debug ACL: No successful match, defaulting to
the decision mode allow
2015-10-06 12:35:42 [Protocol] trace RECV
[qpid.127.0.0.1:5672-127.0.0.1:50155]: Frame[BEbe; channel=0;
{QueueQueryBody: queue=qmf.default.direct; }]
2015-10-06 12:35:42 [Security] debug ACL: Lookup for id:anonymous@QPID
action:access objectType:queue name:qmf.default.direct with params { }
2015-10-06 12:35:42 [Security] debug ACL: No successful match, defaulting to
the decision mode allow
2015-10-06 12:35:42 [Protocol] trace SENT
[qpid.127.0.0.1:5672-127.0.0.1:50155]: Frame[BEbe; channel=0;
{ExecutionResultBody: command-id=8; value=\x07\x01
\x00\x11management-direct\x00\x00\x00\x1A\x00\x00\x00\x01\x0Eqpid.replicate\x95\x00\x04none;
}]
2015-10-06 12:35:42 [Protocol] trace SENT
[qpid.127.0.0.1:5672-127.0.0.1:50155]: Frame[BEbe; channel=0;
{SessionCompletedBody: commands={ [0,8] }; }]
2015-10-06 12:35:42 [Protocol] trace SENT
[qpid.127.0.0.1:5672-127.0.0.1:50155]: Frame[BEbe; channel=0;
{ExecutionResultBody: command-id=9; value=\x08\x01\x00\x00; }]
2015-10-06 12:35:42 [Protocol] trace SENT
[qpid.127.0.0.1:5672-127.0.0.1:50155]: Frame[BEbe; channel=0;
{SessionCompletedBody: commands={ [0,9] }; }]
2015-10-06 12:35:42 [Protocol] trace RECV
[qpid.127.0.0.1:5672-127.0.0.1:50155]: Frame[Bbe; channel=0;
{MessageTransferBody: destination=qmf.default.direct; }]
2015-10-06 12:35:42 [Protocol] trace RECV
[qpid.127.0.0.1:5672-127.0.0.1:50155]: Frame[be; channel=0; header (209
bytes); properties={{MessageProperties: correlation-id=1; reply-to={ReplyTo:
exchange=qmf.default.topic;
routing-key=direct.2d855797-b629-4d3f-b06e-b45c5f534d6e; };
content-type=amqp/map; app-id=qmf2;
application-headers={method:V2:7:str16(request),qmf.opcode:V2:15:str16(_method_request),qpid.subject:V2:6:str16(broker),x-amqp-0-10.app-id:V2:4:str16(qmf2)};
}{DeliveryProperties: routing-key=broker; }}]
2015-10-06 12:35:42 [Protocol] trace RECV
[qpid.127.0.0.1:5672-127.0.0.1:50155]: Frame[Ebe; channel=0; content (265
bytes) \x00\x00\x01\x05\x00\x00\x00\x03
_object_id\xA8\x00\x00\x00=\x00\x00\x00\x01
_ob...]
2015-10-06 12:35:42 [Security] debug ACL: Lookup for id:anonymous@QPID
action:access objectType:method name:create with params {
schemapackage=org.apache.qpid.broker schemaclass=broker }
2015-10-06 12:35:42 [Security] debug ACL: No successful match, defaulting to
the decision mode allow
2015-10-06 12:35:42 [Broker] notice Creating interconnect link_a,
{domain:azure-broker, source:testqueue, target:dest.prq}
2015-10-06 12:35:42 [Broker] info Inter-broker connection initiated
(tcp:msng.servicebus.windows.net:5671)
2015-10-06 12:35:42 [System] info Connecting: 104.43.192.222:5671
2015-10-06 12:35:42 [Protocol] trace SENT
[qpid.127.0.0.1:5672-127.0.0.1:50155]: Frame[BEbe; channel=0;
{SessionCompletedBody: commands={ [0,10] }; }]
2015-10-06 12:35:42 [Protocol] trace SENT
[qpid.127.0.0.1:5672-127.0.0.1:50155]: Frame[Bbe; channel=0;
{MessageTransferBody: destination=0; accept-mode=1; acquire-mode=0; }]
2015-10-06 12:35:42 [Protocol] trace SENT
[qpid.127.0.0.1:5672-127.0.0.1:50155]: Frame[be; channel=0; header (161
bytes); properties={{MessageProperties: content-length=28; correlation-id=1;
content-type=amqp/map; app-id=qmf2;
application-headers={method:V2:8:str16(response),qmf.agent:V2:6:str16(broker),qmf.opcode:V2:16:str16(_method_response)};
}{DeliveryProperties:
routing-key=direct.2d855797-b629-4d3f-b06e-b45c5f534d6e; }}]
2015-10-06 12:35:42 [Protocol] trace SENT
[qpid.127.0.0.1:5672-127.0.0.1:50155]: Frame[Ebe; channel=0; content (28
bytes) \x00\x00\x00\x18\x00\x00\x00\x01
_arguments\xA8\x00\x00\x00\x04\x00\x00\x00\x00]
2015-10-06 12:35:42 [Protocol] trace RECV
[qpid.127.0.0.1:5672-127.0.0.1:50155]: Frame[BEbe; channel=0;
{MessageFlowBody: destination=0; unit=0; value=1; }]
2015-10-06 12:35:42 [Protocol] trace RECV
[qpid.127.0.0.1:5672-127.0.0.1:50155]: Frame[BEbe; channel=0;
{ExecutionSyncBody: }]
2015-10-06 12:35:42 [Protocol] trace RECV
[qpid.127.0.0.1:5672-127.0.0.1:50155]: Frame[BEbe; channel=0;
{SessionCompletedBody: commands={ [0,4] }; }]
2015-10-06 12:35:42 [Protocol] trace RECV
[qpid.127.0.0.1:5672-127.0.0.1:50155]: Frame[BEbe; channel=0;
{MessageCancelBody: destination=0; }]
2015-10-06 12:35:42 [Protocol] trace RECV
[qpid.127.0.0.1:5672-127.0.0.1:50155]: Frame[BEbe; channel=0;
{QueueDeleteBody: queue=c07b2205-5cc1-4678-bf3b-bf6dc7ee6981:0.0; }]
2015-10-06 12:35:42 [Security] debug ACL: Lookup for id:anonymous@QPID
action:delete objectType:queue name:c07b2205-5cc1-4678-bf3b-bf6dc7ee6981:0.0
with params { durable=false autodelete=true exclusive=true alternate=
policytype=reject }
2015-10-06 12:35:42 [Security] debug ACL: No successful match, defaulting to
the decision mode allow
2015-10-06 12:35:42 [Protocol] trace SENT
[qpid.127.0.0.1:5672-127.0.0.1:50155]: Frame[BEbe; channel=0;
{SessionCompletedBody: commands={ [0,12] }; }]
2015-10-06 12:35:42 [Protocol] trace SENT
[qpid.127.0.0.1:5672-127.0.0.1:50155]: Frame[BEbe; channel=0;
{SessionCompletedBody: commands={ [0,14] }; }]
2015-10-06 12:35:42 [Protocol] trace RECV
[qpid.127.0.0.1:5672-127.0.0.1:50155]: Frame[BEbe; channel=0;
{SessionDetachBody: name=c07b2205-5cc1-4678-bf3b-bf6dc7ee6981:0; }]
2015-10-06 12:35:42 [Protocol] trace SENT
[qpid.127.0.0.1:5672-127.0.0.1:50155]: Frame[BEbe; channel=0;
{SessionDetachedBody: name=c07b2205-5cc1-4678-bf3b-bf6dc7ee6981:0; code=0;
}]
2015-10-06 12:35:42 [Protocol] trace RECV
[qpid.127.0.0.1:5672-127.0.0.1:50155]: Frame[BEbe; channel=0;
{ConnectionCloseBody: reply-code=200; }]
2015-10-06 12:35:42 [Protocol] trace SENT
[qpid.127.0.0.1:5672-127.0.0.1:50155]: Frame[BEbe; channel=0;
{ConnectionCloseOkBody: }]
2015-10-06 12:35:42 [Security] trace ACL ConnectionCounter closed:
qpid.127.0.0.1:5672-127.0.0.1:50155, userId:anonymous@QPID
2015-10-06 12:35:42 [Network] info Set TCP_NODELAY on connection to
msng.servicebus.windows.net:5671
2015-10-06 12:35:42 [Broker] info ------- In connection !!
2015-10-06 12:35:42 [Security] trace ACL ConnectionCounter new connection:
link_a@azure-broker
2015-10-06 12:35:42 [Broker] info Using AMQP 1.0 (with SASL layer) on
connect
2015-10-06 12:35:42 [Security] trace link_a@azure-broker
SaslClient::canEncode(): 0 || 0
2015-10-06 12:35:52 [System] error Connection link_a@azure-broker No
protocol received after 10s, closing
2015-10-06 12:35:52 [Security] info link_a@azure-broker Connection closed
prior to authentication completing
2015-10-06 12:35:52 [Security] info link_a@azure-broker Connection closed
prior to authentication completing
2015-10-06 12:35:52 [Broker] notice Interconnect deleted
2015-10-06 12:35:52 [Security] trace ACL ConnectionCounter closed:
link_a@azure-broker, userId:
Thanks,
krb
--
View this message in context:
http://qpid.2158936.n2.nabble.com/Establishing-AMQP-1-0-Connection-from-qpidd-tp7631294p7631881.html
Sent from the Apache Qpid developers mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]