Hi Fellows !
I´m trying to test a connection to a message broker from ACTIVE_MQ using the example in running from a SAS Studio session on SAS Vyia 3.4.
data null;
file 'myq' jms
jndiiCtxtFactory='org.apache.activemq.jndi.ActiveMQInitialContextFactory'
jndiProviderURL='tcp://192.168.8.23:61616'
connfactory='ConnectionFactory'
connopts='queue.myq=myq';
put 'This is a test message';
run;However, I´m obtaining the following error:
Looks like JNDIICTXTFACTORY isn't recognized. Could it be called JNDICONTEXTFACTORY? or JNDICONNECTIONFACTORY?
Just some ideas.
-unison
All the options are invalid and this is the standard sintax of the documentation example. Maybe, I´m missing something.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and save with the early bird rate—just $795!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.