-
Response message saving
Hi, Can i get raw response message from solace by subscribing to topic, which can be stored in flat files? Thanks, Prasoon
-
Storing IMessage and ITopic
Hi, Do we have any way by which we can store IMessage or ITopic in our file system? Thanks, Prasoon
-
Is there a way to log message payload on Broker logs?
Hi, Is it possible to log message payload in broker logs? Could someone please know how to configure it if it is possible? Thanks, Raghu
-
what method should I use to return the contents of a solace.message in human readable string
Hi, I am exploring the node.js SOLACE REST API. I got the pub/sub to work with the sample code to work substituting vpn/url/credentials. The received message, however, has the payload plus a lot of other things and I couldn't isolate the payload by itself. I looked up the API…
-
Serialize Message
Hi, I want to serialize MessageEventArgs.Messsage and store it in flat file, but while serializing i am getting exception that type is non serializable. Any way by which i can serialize "Message" and store in flat file?
-
MFA for the Solace Cloud Console
Hey all, I was wondering if MFA is enabled on the Solace Cloud Console and I could not locate it. I don't see it as an option. I was wondering what else secures a solace deployment's configuration and management access via the web. Accessing the router from a terminal is secure if configured properly, but the access to the…
-
Apache Camel with Solace on Docker
I am trying to configure Apache Camel Route I configure a Spring bean Route is When i connect i get this message Can someone point me to the error ?
-
Join us at our Developer Workshop in NYC
Date: Thursday, February 20, 2020 Time: 5:30 PM - 7:00 PM Location: Solace NYC, 104 W 40th St. Suite 1800, NY, NY 10018 Join us on February 20th for a hands-on introduction to our popular Replay feature on PubSub+. The potential costs to a business for losing data can be enormous, both to their bottom line and to their…
-
Free developer workshop and course: Building the Battleship game with TypeScript, Java, and PubSub+
Good news! Solace has just released a free Udemy course and a free Codelab developer workshop! They teach developers how to build a working online version of the game “Battleship” using TypeScript with the Aurelia framework as the front end, Java with the Spring Cloud Steam framework as the back end, and Solace PubSub+…
-
Spring JMS Session Usage.
What would be the best practice in the usage of JMS Sessions? Is it good to reuse a Single Session to handle multiple publishers & subscribers? What would be the benefits if I go for individual Sessions?
-
Integration over Http
I am attempting to integrate our IBM mainframe reservation system with Solace as an alternative to IBM MQ hoping this will provide a secure and persistent delivery of messages to Kafka. The idea is that Solace will be deployed close to or on the mainframe (docker) and will provide guaranteed delivery between it and our AWS…
-
Solace Hybrid Edge
Hi Team, Can you please share the documents/tutorials for solace hybrid edge ?
-
Solace-JMS Dynamic Subscriptions.
What would be the best option to subscribe & unsubscribe to Topics/Queues dynamically with solace-jms with out using @JMSListener? I could see a couple of options as listed below: I) Initiating JmsListenerContainerFactory for individual endpoints. ii) Making use of Connection instance to create JMS Session and having the…
-
Working at Solace
Wondering what working at Solace is like? Read the blog post "My Event-ful Internship at Solace" by Rajiv Abraham Xavier, an intern in our Singapore office. If you're interested in career opportunities at Solace, please visit our Careers page.
-
Client Discunnect Automatically.
Hi Team, We are using Solace hardware Appliance, but one of my client has been automatically disconnected, when I check log it is showing permission denied.
-
Announcing Early Access to the PubSub+ Event Portal!!
It’s with great excitement that we announce that development of PubSub+ Event Portal has reached Early Access (aka MVP) Readiness! A big shout out to our Development and Product Management team for achieving this significant milestone. There are a few items of note for you to find out more information around this…
-
What is your favourite IDE?
With the wealth of available IDE's out there (IntelliJ, Atom, VS Code, etc.), what are you personal favourites and why?
-
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]…