Does AMQP support Message Selectors similar to JMS?
Does Solace cloud free trial version support SSL authentication. If yes how to configure the same in both client side and on solace .?
I have a Boomi listener process which is listening to a solace queue. When ever the local atom is offline the listener is stopped. When the atom is online the listener is not running automatically.. Manually we have to deploy the listener only then the listener is connecting to solace.
I have used the JMSXUserId to maintain message sender identity but noticed this feature isn’t available when using certificate authentication. Is there a comparable way to securely identify the message senders identity when using certificate authentication.
Is it possible?
Here is my topology: * 3 event brokers - 2 in a LAN, 1 in the cloud - the 2 LAN brokers are on separate computers and one of them is inside a virtual box ubuntu vm. The 2 LAN brokers are also both using the docker image while the cloud is subscribed to the aws marketplace image. * Setup clustering as follows: * Create same…
In SolAdmin, I'm seeing that the MessageID that is generated for the new message I received is not the same as the JMSMessage ID. Are they supposed to be the same? TextMessage txtMsg = jmsSession.createTextMessage();messageID = txtMsg.getJMSMessageID();
Is it possible to transfer/forward messages from one solace message broker instance to another solace message broker instance? Situation: The application will publish messages to an on-premises Solace message broker (broker 1) and from there we want to publish same messages to another Solace message broker (broker 2).…
I am trying to create a subscriber for my durable topic endpoint in solace via .NET APIs. I have the below method where in I am trying to create a flow for my durable topic endpoint. I don't understand what is the need for ISubscription instance in the Session.CreateFlow method.…