in artemis-console-extension/artemis-extension/packages/artemis-console-plugin/src/artemis-service.ts [328:330]
async createAddress(address: string, routingType: string) {
return await jolokiaService.execute(await this.getBrokerObjectName(), CREATE_ADDRESS_SIG, [address, routingType])
}