Simple Queue Changes between hEX S/RB4011/RB5009

I am attempting to create a simple queue on an RB5009 device just to limit all traffic on a ether2 while bridging a VLAN from the SFP port to ether2. On the hEX S and the RB4011, I need 2 things to make this function:

/queue simple
add max-limit=110M/110M name=100 target=ether2

/interface bridge settings
set use-ip-firewall=yes use-ip-firewall-for-vlan=yes

Applying the same configuration to a RB5009 device, I get no data restrictions like I see on the hEX S and the RB4011. All 3 devices are running 7.15.2, all 3 devices are running the same bridge and interface configuration.

On the 5009, I have attempted the following:
disable the fasttrack connection rule
create queue trees for uplink and downlink interfaces
create an fq_codel queue type and apply it to the simple queue

My google-foo has been failing me for any information on how to make this work on this hardware/software combination.

Any help is appreciated, thanks.