Posts tagged Cloud Connectors
Domain Data Grid in Payara Server 5
Published on 23 Jan 2018
by Steve Millidge
Topics:
Microservices,
Hazelcast,
Clustering,
Scalability,
Cloud,
Amazon Cloud,
Cloud Connectors,
Payara Server 5,
Cloud-native,
domain data grid
|
0 Comments
In Payara Server 5 we will be introducing some major changes to the way clustering is working by creating the Domain Data Grid (see documentation for more info). The Domain Data Grid will be easier to use, more scalable, more flexible and ideally suited for cloud environments and cloud-native architectures. All Payara Server instances will join a single domain-wide data grid for sharing of in-memory data like web sessions, JCache, SSO and Stateful EJBs.
Payara Micro JCA Adapters - Amazon SQS
Published on 26 Jul 2017
by Matthew Gill
Topics:
What's New,
Payara Micro,
Microservices,
Cloud,
Amazon Cloud,
Cloud Connectors
|
3 Comments
In this blog, which follows on from the Cloud Connectors in Payara Micro, we will explain the Amazon Simple Queue Service (SQS) connector and how to use it in Payara Server / Micro.
Payara Micro JCA Adapters - MQTT
Published on 28 Jun 2017
by Matthew Gill
Topics:
What's New,
Payara Micro,
Microservices,
Cloud,
Cloud Connectors
|
14 Comments
In this blog, which follows on from the introduction to Cloud Connectors in Payara Micro, we will explain MQTT and how to use it in Payara Micro with Mosquitto.
Payara Micro JCA Adapters - Apache Kafka
Published on 08 Jun 2017
by Matthew Gill
Topics:
What's New,
Maven,
Payara Micro,
Microservices,
Cloud,
Uber JAR,
Cloud Connectors
|
11 Comments
In this blog, which follows on from the introduction to Cloud Connectors in Payara Micro, we'll guide you through the process of setting up Payara Micro as a Kafka Client, which can produce and consume data from Apache Kafka.
Cloud Connectors in Payara Micro
Published on 02 Jun 2017
by Matthew Gill
Topics:
What's New,
JMS,
Java EE,
Cloud,
JCA,
Cloud Connectors
|
0 Comments
Payara Micro 172 brings with it support for JCA adapters, meaning it can be used as a client for Java Messaging Service (JMS) brokers. JMS is a Java EE API which provides a common interface for standard communication protocols. This means that you can send and receive messages between systems in a platform and language independent way. With Payara Micro now supporting JMS, you can setup your Micro instance as a JMS client with Message Driven Beans (MDBs) to listen and respond to messages from other systems through a message broker.