JMS Adapter

I would like to know the best way to use Polling Notifications from one queue with multiple threads.

For example, I want 5 threads polling data from QUEUE_ONE. Should I create 5 different Polling Notifications polling data from QUEUE_ONE? Will this become a data integrity issue? Will there be any deadlock issues?

Thanks for all the help.