Hi Ron,
No you can't use a Queue as a data source. Queues are not thread-safe, and NT is heavily multi-threaded. The Memory driver is thread safe, and has support for Views etc, so if you want an "in memory" table then use the In Memory driver.
cheers
Bruce