-
SEMP equivallent of 'show queue<queue-name> message-vpn<vpn-name> flows'
I need help to convert this command to 'show queue message-vpn flows' SEMP format for using solace api.
-
unSubscribe to a solcache topic
Currently we use the following code to subscribe to a solcache topic: cacheSession.sendCacheRequest(Long.valueOf(10011l), "my/topic", true, CacheLiveDataAction.FLOW_THRU, new CacheRequestListener() { @Override public void onException(Long arg0, Topic arg1, JCSMPException arg2) { LOG.error("Consumer Received exception for…
-
onException in XMLMessageListener for which endPoint?
protected XMLMessageListener getXMLMsgListener() { return new XMLMessageListener() { @Override public void onException(JCSMPException arg0) { ** // Which topic is this for?** } @Override public void onReceive(BytesXMLMessage msg) { // normal message } }; } Is there any way to know which topic or queue onException got…
-
Possible to recover deleted messages??
Hi Team, Is it possible to recover the deleted messages in Queue level.
-
Problem connecting Solace broker to PubSub Monitor from RTView
Hi Guys, Have recently started working in Solace. We were trying to setup RTView monitoring for Solace. When we add Solace as standalone or HA pair, it keeps showing broker as disconnected. I have tried adding the trust store in the property files as well, but to no luck. Can anyone suggest, what am I missing here? I have…
-
JCSMPXMLMessageProducer - handling unsolicited CloseFlow exception from appliance
What is the recommended approach for handling com.solacesystems.jcsmp.JCSMPTransportException: Received unsolicited CloseFlow for producer (503:Service Unavailable)? I have infinite reconnect retries configured in channel properties so was expecting reconnection to occur when the appliance came back up, but this doesn't…
-
Default Admin account login for PubSub+ AWS AMI
Just curious, what is the admin password for a new AMI deployed on AWS's EC2 instance? I'm trying to login as an admin user via the web server hosted on the AMI as outlined here: https://docs.solace.com/Solace-PubSub-Manager/PubSub-Manager-Overview.htm I cannot login as admin without a password. Is there a default I can…
-
Transacted sessions and order of messages
Hi all, I have a question. Suppose following publishing scenarios. All sessions are transacted, created from one particular connection, all steps are executed sequentially from one thread. Scenario 1: Session1.transaction1 --> 1,2 Session1.commit Session2.transaction2 --> 3,4 Session2.commit Session1.transaction3 --> 5,6…
-
XMLMessageProducer
Hello, does anyone knows how to use XMLMessageProducer with JCSMPStreamingPublishEventHandler? I tested sample code according to example on this page: https://docs.solace.com/API-Developer-Online-Ref-Documentation/java/com/solacesystems/jcsmp/XMLMessageProducer.html. Event responseReceived is returning message id different…
-
Exclusive vs non-exclusive queus for FT and load balancing
I am trying to access this article but it keeps asking me to logon ... https://sftp.solace.com/Portal_Docs/#page/Solace_Messaging_Platform_Feature_Guide/09__Guaranteed_Messaging.html Is this information not freely available some where ? Otherwise how do I get credentials to login please? Thanks, Ali
-
solcache jms
Is solcache compatible with jms ? Thanks,
-
Is it possible to obtain the maximum message size for guaranteed messages through the API?
I'm using the Java RTO library. I would like to know if its possible to obtain the maximum message size that can be sent using guaranteed messages programmatically.
-
Getting error 503: Unknown Queue [Subcode:20]
Hi there, Thanks for the reply on my earlier question. Here is the new problem statement: I am using Solace connector to connect my broker and consume messages. I have a dataflow streaming pipeline started but its throwing below error. com.solacesystems.jcsmp.JCSMPErrorResponseException: 503: Unknown Queue [Subcode:20]…
-
How long will the C API Reference be unavailable?
The link at docs.solace.com to the C API Reference documentation (https://docs.solace.com/API-Developer-Online-Ref-Documentation/c/index.html) hangs, apparently due to HTTPS connections to docs-sandbox.solace.com timing out. Is there an ETA for when the documentation will be available online?
-
Join us at Our Dev Workshop in Paris
Date: Wednesday, October 2, 2019 Time: 2:00pm - 6:00pm Location: Baya Axess | 15–17 Rue Scribe | 75009 Paris Join us on October 2nd to gain an understanding of Solace PubSub+ and Event-Driven Architecture. This 4-hour workshop will explore how advanced event brokers improve over today’s API approach by enabling real-time,…
-
Solace Meetup: RENAULT DIGITAL, France
Description Hello, this meetup will be in English. :) Date and Hour October 1, 2019 18:00 – 22:00 Address RENAULT DIGITAL 122 avenue du Général Leclerc 92100 Boulogne-Billancourt France Agenda 6.30 : Welcome 6.45 to 8 : Intro to Solace and EDA, event mesh 8 to 8.30 : Break (food and drinks) – Demos at the same time 8.45 to…
-
Forum Guidelines
Before things turn chaotic, let’s make the rules clear upfront. Search before you post People in the community are all willing to help you, but they only have so much time. So, when you have a question, resist the temptation to post it without first searching the site. It is very likely that somebody may have already asked…