Multiple dump h5md command in a single mdrun

Is it possible to dump data into multiple files with dump h5md command?

For ex:

dump h5md1 all h5md 100 dump.h5 position image force 

dump h5md1 all h5md 1 dumpy.h5 velocity

In trying to do so I get the following error:

dump h5md1 all h5md 100 dump.h5 position image force

dump h5md1 all h5md 1 dumpy.h5 velocity 

ERROR: Reuse of dump ID: h5md1 (src/output.cpp:748)

Yes, you can have multiple dumps, but they need to use unique dump-IDs just as the error message reminds you.