Problem using pub.jms:send for queue on broker JMS 7.1

Hi,

I try to use API pub.jms:send to send a message to jms queue that exists on a broker JMS
I create provider, connection factory and queue (TESTQUEUE) with my webMethods server.
I create a document type JMS::Queues::TESTQUEUE and associate it with client group which is linked to connection factory I create
Then I create a Jndi JNDI Provider Alias Definitions. when i test a lookup it sees tthe connextion factory and the queue
TESTFACTORY: com.webMethods.jms.impl.WmQueueConnectionFactoryImpl
TESTQUEUE: com.webMethods.jms.impl.WmQueueImpl
But when i try to send in the IS using pub.jms:send, i have the error com.wm.app.b2b.server.ServiceException: [ISS.0134.9009] Unable to send message to JMS provider “BKNATIF”: com.wm.app.b2b.server.jms.JMSSubsystemException: javax.jms.InvalidDestinationException: [BRM.10.2201] JMS: Queue “TESTQUEUE” does not exist.
Did i follow the correct method to create queue in a broker JMS and send it a message via API pub.jms.send ?
Thanks for help,

Regards
François

In fact I need to create a client
Messaging - Broker Server - Clients - Add Queue
I precise the provider name, the Queue Lookup Name and the Connection Factory Lookup Name

This works fine.