我有一个现有的起源实体在美国-东部-1发送短信的SNS。现在我也想发送短信从SNS在美国-东-2。但是,在我的“美东2”主题中添加新订阅时,我收到了以下消息:
An error occurred while attempting to add a phone number to the SMS sandbox. The phone number was not added. Error code: UserError - Error message: No origination entities available to send
关于每个区域或每个国家是否需要一个起源实体,这些文件并不十分
应用服务器: JBOss 4.2
我有一个方法,我想把它标注为@ intercept.Its,并由javax.ejb.TimerService实例调用。
方法签名:
@Stateless
class A
@TransactionAttribute(TransactionAttributeType.NOT_SUPPORTED)
@Timeout
@Interceptors(AnInterceptor.class)
public void doSomething(Timer timer)...
现在我有了拦截器类:
public class AnI