You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @Dhyanesh97
Not yet now. When i search from our server side code found that it can connect as following code:
@Bean
public ConnectionFactory connectionFactory() {
return new ActiveMQConnectionFactory(username, password, brokerUrl);
}
which only need these arguments:
username
password
brokerUrl
The above document need to use key_file='tmp/client.key', cert_file='tmp/client.pem', ca_certs='tmp/broker2.pem' that's not the correct way I think. Anyone can help for it?
For java client we can connect amazonMQ like the following broker failover url:
failover:(ssl://b-62f0ce63-0-1.mq.cn-north-1.amazonaws.com.cn:61617,ssl://b-62f0ce63-0-2.mq.cn-north-1.amazonaws.com.cn:61617)?randomize=true
but when I use with
stomp.py
like the following code:It will throw the following errors:
any clue for this? thanks for team's help
The text was updated successfully, but these errors were encountered: