Hello NewWay,
Could you share you success a little bit more please?
I am trying to make the same - receive messages on JBoss side (messages sent from C++ client).
I am also confused about these settings: -Djava.naming.security.principal=guest and -Djava.naming.security.credentials=guest.
But main thing I want to know is what should be the name of topic/queue on JBoss?
And what user and password have you added in cpp code?
NewWay wrote:
I got it working
what I needed to do is in the cpp code to add the user and password.
But still, i don't understand the purpose of those lines in the script
rem set properties=%properties% -Djava.naming.security.principal=guest
rem set properties=%properties% -Djava.naming.security.credentials=guest
