RabbitMQ, an open source message broker, is part of Pivotal Software, a VMware company acquired in 2019, and supports message queue, multiple messaging protocols, and more.
RabbitMQ is available open source, however VMware also offers a range of commercial services for RabbitMQ; these are available as part of the Pivotal App Suite.
N/A
Sisense
Score6.9 out of 10
N/A
Sisense is a BI software and analytics platform. With what the vendor calls their In-Chip™ and Single Stack™ technologies, users have access to a comprehensive tool to analyze and visualize large, disparate data sets without IT resources.
It is highly recommended that if you have microservices architecture and if you want to solve 2 phase commit issue, you should use RabbitMQ for communication between microservices. It is a quick and reliable mode of communication between microservices. It is also helpful if you want to implement a job and worker mechanism. You can push the jobs into RabbitMQ and that will be sent to the consumer. It is highly reliable so you won't miss any jobs and you can also implement a retry of jobs with the dead letter queue feature. It will be also helpful in time-consuming API. You can put time-consuming items into a queue so they will be processed later and your API will be quick.
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. More Info
I believe Sisense is perfectly suited for any organization of any size that have access to the proper resources, as the tool is very expensive. The data connectors come in all shapes and sizes out of the box, which allows a great deal of data control within the ElastiCubes. Additionally, while the platform only runs on Windows platforms, the web application can be accessed on any client: mobile, Apple, Windows, etc. This allows a much more flexible user experience, resulting in data and dashboards reaching further than any other tool.
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. More Info
What RabbitMQ does well is what it's advertised to do. It is good at providing lots of high volume, high availability queue. We've seen it handle upwards of 10 million messages in its queues, spread out over 200 queues before its publish/consume rates dipped. So yeah, it can definitely handle a lot of messages and a lot of queues. Depending on the size of the machine RabbitMQ is running on, I'm sure it can handle more.
Decent number of plugins! Want a plugin that gives you an interface to view all the queues and see their publish/consume rates? Yes, there's one for that. Want a plugin to "shovel" messages from one queue to another in an emergency? Check. Want a plugin that does extra logging for all the messages received? Got you covered!
Lots of configuration possibilities. We've tuned over 100 settings over the past year to get the performance and reliability just right. This could be a downside though--it's pretty confusing and some settings were hard to understand.
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. More Info
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. More Info
It breaks communication if we don't acknowledge early. In some cases our work items are time consuming that will take a time and in that scenario we are getting errors that RabbitMQ broke the channel. It will be good if RabbitMQ provides two acknowledgements, one is for that it has been received at client side and second ack is client is completed the processing part.
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. More Info
The usability of the application on mobile devices needs some improvement, especially navigation and filtering.
Dashboards that are created by multiple users can be a bit of a hassle to share by Admins.
If you need to embed dashboards into your website, you are require to buy a license separate from the user and platform license. This is a norm on most BI visualization tools, but Sisense can seem a bit on the high side, cost-wide.
I think the business and myself as a user has come to rely on SiSense as a dashboarding and quick ad-hoc reporting tool. I am hoping to integrate SiSense dashboards into more parts of the business in the future. We have reduced our report turn-around time for the most part from hours/days to minutes and in some cases almost the speed of thought. Reports are also easier on the eye and more easily distributed. I would also like to say that the support and professionalism from the SiSense team has been excellent.
RabbitMQ is very easy to configure for all supported languages (Python, Java, etc.). I have personally used it on Raspberry Pi devices via a Flask Python API as well as in Java applications. I was able to learn it quickly and now have full mastery of it. I highly recommend it for any IoT project.
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. More Info
New V5 is ground floor of an exciting collection of possibilities. Weekly Sisense developers come up with new functionality that they share with us in their forums. The move to HTML5 has been pleasing in that widgets auto size themselves into appropriate forms in the board but everyone of them can be popped out to full page size to be looked at in more detail
There are very few situations when there is unexpected downtime. Mostly during development, new dashboard implementation and during upgrades. other then that there were very few crashes.
SiSense is usually performing better then other solutions even if going for complex reports/dashboards(of course within reasonable frames). I haven't noticed any bad influence on other systems, usually if something happens it stays within SiSense.
I gave it a 10 but we do not have a support contract with any company for RabbitMQ so there is no official support in that regard. However, there is a community and questions asked on StackOverflow or any other major question and answer site will usually get a response.
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. More Info
SiSense's support ninjas are very knowledgeable and are exceptionally responsive. So far, all of the issues we ran into were resolved within minimum time. My sense of dealing with the support staff at SiSense is that they are very focused on not just answering your immediate question, but also to delve into the cause of the matter.
Easy and free training that allowed us quickly understand basics in SiSense and start using them. More advanced features requires some browsing through SiSense forums, but there is always support to help, and SiSense support is one of the best whith which I worked so far.
Many examples, videos and scenarios which you try on your own right away. This combined with in-person training gives you enough to utilize most of SiSense's power.
RabbitMQ has a few advantages over Azure Service Bus 1) RMQ handles substantially larger files - ASB tops out at 100MB, we use RabbitMQfor files over 200MB 2) RabbitMQ can be easily setup on prem - Azure Service Bus is cloud only 3) RabbitMQ exchanges are easier to configure over ASB subscriptions ASB has a few advantages too 1) Cloud based - just a few mouse clicks and you're up and running
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. More Info
1) Easy to use, really, there is nothing too much to say. The set up is easy and not confusing. You can use it internally or externally.
2) Customer Service, having spoken to various product reps from similar industry. Sisense rep provides you with the best support to get started, and it is really appreciated.
Positive: we don't need to keep way too many backend machines around to deal with bursts because RabbitMQ can absorb and buffer bursts long enough to let an understaffed set of backend services to catch up on processing. Hard to put a number to it but we probably save $5k a month having fewer machines around.
Negative: we've got many angry customers due to queues suddenly disappearing and dropping our messages when we try to publish to them afterward. Ideally, RabbitMQ should warn the user when queues expire due to inactivity but it doesn't, and due to our own bugs we've lost a lot of customer data as a result.
Positive: makes decoupling the web and API services from the deeper backend services easier by providing queues as an interface. This allowed us to split up our teams and have them develop independently of each other, speeding up software development.
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. More Info