I’m trying to connect remotely from my local machine to my transactor on ec2. i keep getting ActiveMQSecurityException, unable to validate user.
I’ve set the properties file to include the following:
storage-admin-password= mypass
storage-datomic-password= myotherpass
storage-access=remote
alt-host= myip
Then from the client side the url is "datomic:sql:// mydbname ?jdbc:postgresql:// myip :5432/datomic?user= myuser &password= myotherpass "
It says in my.datomic.com that I have unlimited peers, so I’m not sure why the user can’t be validated. Shutting down all other peers results in the same error.