@@ -24,7 +24,7 @@ all() ->
24
24
{group , rabbitmq },
25
25
{group , rabbitmq_strict },
26
26
{group , activemq },
27
- {group , ibmmq },
27
+ % {group, ibmmq},
28
28
{group , activemq_no_anon },
29
29
{group , mock }
30
30
].
@@ -967,25 +967,26 @@ set_receiver_capabilities(Config) ->
967
967
OpenStep = fun ({0 = Ch , # 'v1_0.open' {}, _Pay }) ->
968
968
{Ch , [# 'v1_0.open' {container_id = {utf8 , <<" mock" >>}}]}
969
969
end ,
970
- BeginStep = fun ({1 = Ch , # 'v1_0.begin' {}, _Pay }) ->
971
- {Ch , [# 'v1_0.begin' {remote_channel = {ushort , 1 },
970
+ BeginStep = fun ({0 = Ch , # 'v1_0.begin' {}, _Pay }) ->
971
+ {Ch , [# 'v1_0.begin' {remote_channel = {ushort , Ch },
972
972
next_outgoing_id = {uint , 1 },
973
973
incoming_window = {uint , 1000 },
974
974
outgoing_window = {uint , 1000 }}
975
- ]}
975
+ ]}
976
976
end ,
977
- AttachStep = fun ({1 = Ch , # 'v1_0.attach' {role = true ,
977
+ AttachStep = fun ({0 = Ch , # 'v1_0.attach' {role = true ,
978
978
name = Name ,
979
979
source = # 'v1_0.source' {
980
- capabilities = {symbol , <<" capability-1" >>}}}, <<>>}) ->
980
+ capabilities = {symbol , <<" capability-1" >>}}
981
+ }, <<>>}) ->
981
982
{Ch , [# 'v1_0.attach' {name = Name ,
982
983
handle = {uint , 99 },
983
984
initial_delivery_count = {uint , 1 },
984
985
role = false }
985
986
]}
986
987
end ,
987
988
988
- LinkCreditStep = fun ({1 = Ch , # 'v1_0.flow' {}, <<>>}) ->
989
+ LinkCreditStep = fun ({0 = Ch , # 'v1_0.flow' {}, <<>>}) ->
989
990
{Ch , {multi , [[# 'v1_0.transfer' {handle = {uint , 99 },
990
991
delivery_id = {uint , 12 },
991
992
more = true },
@@ -1039,14 +1040,14 @@ set_sender_capabilities(Config) ->
1039
1040
OpenStep = fun ({0 = Ch , # 'v1_0.open' {}, _Pay }) ->
1040
1041
{Ch , [# 'v1_0.open' {container_id = {utf8 , <<" mock" >>}}]}
1041
1042
end ,
1042
- BeginStep = fun ({1 = Ch , # 'v1_0.begin' {}, _Pay }) ->
1043
- {Ch , [# 'v1_0.begin' {remote_channel = {ushort , 1 },
1043
+ BeginStep = fun ({0 = Ch , # 'v1_0.begin' {}, _Pay }) ->
1044
+ {Ch , [# 'v1_0.begin' {remote_channel = {ushort , Ch },
1044
1045
next_outgoing_id = {uint , 1 },
1045
1046
incoming_window = {uint , 1000 },
1046
1047
outgoing_window = {uint , 1000 }}
1047
1048
]}
1048
1049
end ,
1049
- AttachStep = fun ({1 = Ch , # 'v1_0.attach' {role = false ,
1050
+ AttachStep = fun ({0 = Ch , # 'v1_0.attach' {role = false ,
1050
1051
name = Name ,
1051
1052
source = # 'v1_0.source' {
1052
1053
@@ -1091,14 +1092,14 @@ set_sender_sync_capabilities(Config) ->
1091
1092
OpenStep = fun ({0 = Ch , # 'v1_0.open' {}, _Pay }) ->
1092
1093
{Ch , [# 'v1_0.open' {container_id = {utf8 , <<" mock" >>}}]}
1093
1094
end ,
1094
- BeginStep = fun ({1 = Ch , # 'v1_0.begin' {}, _Pay }) ->
1095
- {Ch , [# 'v1_0.begin' {remote_channel = {ushort , 1 },
1095
+ BeginStep = fun ({0 = Ch , # 'v1_0.begin' {}, _Pay }) ->
1096
+ {Ch , [# 'v1_0.begin' {remote_channel = {ushort , Ch },
1096
1097
next_outgoing_id = {uint , 1 },
1097
1098
incoming_window = {uint , 1000 },
1098
1099
outgoing_window = {uint , 1000 }}
1099
1100
]}
1100
1101
end ,
1101
- AttachStep = fun ({1 = Ch , # 'v1_0.attach' {role = false ,
1102
+ AttachStep = fun ({0 = Ch , # 'v1_0.attach' {role = false ,
1102
1103
name = Name ,
1103
1104
source = # 'v1_0.source' {
1104
1105
0 commit comments