Simple queue

I want use RB750 as traffic shaper for one pc. So I upgrade tik, reset configuration, create bridge, add all ports into bridge, set use ip firewall to yes on this bridge.
after it I add new simple queue with maximum allowed speed (configuration bellow). And not working - client has full speed.

/interface bridge
add name=bridge1
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/queue simple
add max-limit=64k/64k name=queue1 target=192.168.224.0/24
/interface bridge port
add bridge=bridge1 interface=all
/interface bridge settings
set use-ip-firewall=yes

So I tried add mangle rules for packet marking. In firewall - mangle I see that packet/bytes counter is incremented when I try download/upload data). In queues / advanced I choose my mark and set target upload and download. The same result - everytime I have full speed.

After it I tried it without bridge and use tik in routing mode - same result.

Where I made errors? Can sameone post here simplest config how shape one client when mikrotik is in bridge?

Still don't know where is problem. I have not firewall fasttrack rules, disabled fast path, disabled fast forward and queue not working. Data are not in queue and my speed is not restricted. My current config:

jan/02/1970 00:05:17 by RouterOS 6.44.3

software id = Y003-BX6Q

model = RouterBOARD 750 r2

serial number = 8B380845CCC0

/interface bridge
add fast-forward=no name=bridge1
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/queue simple
add limit-at=64k/64k max-limit=128k/128k name=queue1 target=192.168.224.0/24

add limit-at=64k/64k max-limit=128k/128k name=queue2 target=bridge1

/interface bridge port
add bridge=bridge1 interface=all
/interface bridge settings
set allow-fast-path=no
/ip settings
set allow-fast-path=no

Please can someone help? This is strange. In all tutorials everyone disable fasttrack and speed is restricted. But in my case no....